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

Diff for /ports/games/ufoai/Attic/Makefile between version 1.5 and 1.6

version 1.5, 2009/07/07 14:28:40 version 1.6, 2009/08/17 22:19:29
Line 30 
Line 30 
                         jpeg::graphics/jpeg \                          jpeg::graphics/jpeg \
                         png::graphics/png \                          png::graphics/png \
                         curl::net/curl                          curl::net/curl
 #RUN_DEPENDS =          ufoai-data-${V}::games/ufoai-data  RUN_DEPENDS =           :ufoai-data-${V}:games/ufoai-data
   
 USE_X11 =               Yes  USE_X11 =               Yes
   USE_LIBTOOL =           Yes
 USE_GMAKE =             Yes  USE_GMAKE =             Yes
 CONFIGURE_STYLE =       gnu  CONFIGURE_STYLE =       gnu
 CONFIGURE_ARGS +=       --enable-release=yes  CONFIGURE_ARGS +=       --enable-release=yes \
 .if ${MACHINE_ARCH} == "amd64"                          --with-shaders
   .if ${MACHINE_ARCH} == "amd64" || ${MACHINE_ARCH} == "i386"
 CONFIGURE_ARGS +=       --enable-mmx=yes  CONFIGURE_ARGS +=       --enable-mmx=yes
   CONFIGURE_ENV +=        CFLAGS=-msse
 .endif  .endif
 CONFIGURE_ENV +=        CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/libpng -I${X11BASE}/include" \  CONFIGURE_ENV +=        CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/libpng -I${X11BASE}/include" \
                         LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -liconv -pthread"                          LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -liconv -pthread"

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

CVSweb