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

Diff for /ports/games/asc/Makefile between version 1.7 and 1.8

version 1.7, 2011/03/04 12:30:43 version 1.8, 2012/08/10 14:30:45
Line 2 
Line 2 
   
 COMMENT =               turn based strategy game  COMMENT =               turn based strategy game
   
 DISTNAME =              asc-2.4.0.0  DISTNAME =              asc-2.5.0.0
 CATEGORIES =            games x11  CATEGORIES =            games x11
   
 HOMEPAGE =              http://www.asc-hq.org/  HOMEPAGE =              http://www.asc-hq.org/
Line 23 
Line 23 
   
 BUILD_DEPENDS =         archivers/zip  BUILD_DEPENDS =         archivers/zip
   
   MODULES =               lang/lua
 LIB_DEPENDS =           archivers/bzip2 \  LIB_DEPENDS =           archivers/bzip2 \
                         devel/boost \                          devel/boost \
                         sigc.>=2:libsigc++->=1,<2:devel/libsigc++ \                          devel/libsigc++ \
                         devel/physfs \                          devel/physfs \
                         devel/sdl-image \                          devel/sdl-image \
                         devel/sdl-mixer \                          devel/sdl-mixer \
                         devel/sdl-sound \                          devel/sdl-sound \
                         lang/lua \                          multimedia/xvidcore \
                         multimedia/xvidcore                          x11/wxWidgets
   
 USE_GMAKE =             Yes  USE_GMAKE =             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"
   
   pre-configure:
           @perl -pi -e 's,lua5.1,${MODLUA_DEP},g' ${WRKSRC}/configure
   
 .include <bsd.port.mk>  .include <bsd.port.mk>
   

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

CVSweb