[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / games / asc

Diff for /ports/games/asc/Makefile between version 1.1 and 1.2

version 1.1, 2009/02/25 14:04:17 version 1.2, 2009/02/25 17:00:27
Line 1 
Line 1 
 # $OpenBSD$  # $OpenBSD$
   
 COMMENT =       turn based strategy game  COMMENT =               turn based strategy game
   
 DISTNAME =      asc-2.2.0.0  DISTNAME =              asc-2.2.0.0
 CATEGORIES =    games x11  CATEGORIES =            games x11
   
 HOMEPAGE =      http://www.asc-hq.org/  HOMEPAGE =              http://www.asc-hq.org/
   
 # GPL  # GPL
 PERMIT_PACKAGE_CDROM=   Yes  PERMIT_PACKAGE_CDROM=   Yes
Line 13 
Line 13 
 PERMIT_DISTFILES_CDROM= Yes  PERMIT_DISTFILES_CDROM= Yes
 PERMIT_DISTFILES_FTP=   Yes  PERMIT_DISTFILES_FTP=   Yes
   
 WANTLIB =               FLAC SDL X11 Xext Xau Xdmcp Xrandr Xrender c expat \  WANTLIB =               FLAC SDL X11 Xext Xau Xdmcp Xrandr Xrender c \
                         freetype iconv jpeg m mikmod ogg png pthread smpeg \                          expat freetype iconv jpeg m mikmod ogg png \
                         sndio speex stdc++ tiff usbhid vorbis vorbisenc \                          pthread smpeg sndio speex stdc++ tiff usbhid \
                         vorbisfile z                          vorbis vorbisenc vorbisfile z
   
 MASTER_SITES =  ${MASTER_SITE_SOURCEFORGE:=asc-hq/}  MASTER_SITES =          ${MASTER_SITE_SOURCEFORGE:=asc-hq/}
 EXTRACT_SUFX =  .tar.bz2  EXTRACT_SUFX =          .tar.bz2
   
 LIB_DEPENDS =   SDL_image::devel/sdl-image \  LIB_DEPENDS =           SDL_image::devel/sdl-image \
                 SDL_mixer::devel/sdl-mixer \                          SDL_mixer::devel/sdl-mixer \
                 SDL_sound::devel/sdl-sound \                          SDL_sound::devel/sdl-sound \
                 boost_regex::devel/boost \                          boost_regex::devel/boost \
                 bz2::archivers/bzip2 \                          bz2::archivers/bzip2 \
                 physfs::devel/physfs \                          physfs::devel/physfs \
                 sigc-1.2::devel/libsigc++                          sigc-1.2::devel/libsigc++ \
 # xvidcore                          xvidcore::multimedia/xvidcore
   
 USE_X11 =               Yes  USE_X11 =               Yes
   
Line 36 
Line 36 
 CONFIGURE_ENV +=        LDFLAGS="-L${LOCALBASE}/lib -lm -lz -lstdc++" \  CONFIGURE_ENV +=        LDFLAGS="-L${LOCALBASE}/lib -lm -lz -lstdc++" \
                         CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/libpng" \                          CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/libpng" \
   
 USE_LIBTOOL=    Yes  USE_LIBTOOL =           Yes
 USE_GMAKE=      Yes  USE_GMAKE =             Yes
   
 .include <bsd.port.mk>  .include <bsd.port.mk>
   

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb