[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.3

version 1.1, 2009/02/25 14:04:17 version 1.3, 2009/08/10 15:04:04
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 pthread-stubs smpeg sndio speex stdc++ \
                         vorbisfile z                          tiff usbhid vorbis vorbisenc vorbisfile xcb 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 \  BUILD_DEPENDS =         ::archivers/zip
                 SDL_mixer::devel/sdl-mixer \  
                 SDL_sound::devel/sdl-sound \  
                 boost_regex::devel/boost \  
                 bz2::archivers/bzip2 \  
                 physfs::devel/physfs \  
                 sigc-1.2::devel/libsigc++  
 # xvidcore  
   
   LIB_DEPENDS =           SDL_image::devel/sdl-image \
                           SDL_mixer::devel/sdl-mixer \
                           SDL_sound::devel/sdl-sound \
                           boost_regex::devel/boost \
                           bz2::archivers/bzip2 \
                           physfs::devel/physfs \
                           sigc.>=2::devel/libsigc++ \
                           xvidcore::multimedia/xvidcore
   
 USE_X11 =               Yes  USE_X11 =               Yes
   
 CONFIGURE_STYLE =       gnu  CONFIGURE_STYLE =       gnu
 CONFIGURE_ENV +=        LDFLAGS="-L${LOCALBASE}/lib -lm -lz -lstdc++" \  CONFIGURE_ENV +=        LDFLAGS="-L${LOCALBASE}/lib -lm -lz -lstdc++ -pthread" \
                         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.3

CVSweb