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

Diff for /ports/games/asc/Makefile between version 1.4 and 1.5

version 1.4, 2009/08/11 10:35:36 version 1.5, 2009/12/29 03:46:25
Line 2 
Line 2 
   
 COMMENT =               turn based strategy game  COMMENT =               turn based strategy game
   
 DISTNAME =              asc-2.2.0.0  DISTNAME =              asc-2.4.0.0
 CATEGORIES =            games x11  CATEGORIES =            games x11
   
 HOMEPAGE =              http://www.asc-hq.org/  HOMEPAGE =              http://www.asc-hq.org/
Line 28 
Line 28 
                         SDL_sound::devel/sdl-sound \                          SDL_sound::devel/sdl-sound \
                         boost_regex::devel/boost \                          boost_regex::devel/boost \
                         bz2::archivers/bzip2 \                          bz2::archivers/bzip2 \
                           lua::lang/lua \
                         physfs::devel/physfs \                          physfs::devel/physfs \
                         sigc.>=2:libsigc++->=1,<2:devel/libsigc++ \                          sigc.>=2:libsigc++->=1,<2:devel/libsigc++ \
                         xvidcore::multimedia/xvidcore                          xvidcore::multimedia/xvidcore
   
   USE_GMAKE =             Yes
 USE_X11 =               Yes  USE_X11 =               Yes
   
 CONFIGURE_STYLE =       gnu  CONFIGURE_STYLE =       gnu
 CONFIGURE_ENV +=        LDFLAGS="-L${LOCALBASE}/lib -lm -lz -lstdc++ -pthread" \  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_GMAKE =             Yes  
   
 .include <bsd.port.mk>  .include <bsd.port.mk>
   

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

CVSweb