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

Diff for /ports/games/fife/Attic/Makefile between version 1.3 and 1.4

version 1.3, 2010/10/26 05:40:16 version 1.4, 2011/03/07 11:07:49
Line 2 
Line 2 
   
 COMMENT =               cross platform game creation framework  COMMENT =               cross platform game creation framework
   
 DISTNAME =              fife-0.3.1  DISTNAME =              fife-0.3.2
   
 CATEGORIES =            games  CATEGORIES =            games
   
Line 20 
Line 20 
   
 WANTLIB += GL GLU SDL SDL_image SDL_ttf X11 Xau Xcursor Xdmcp  Xfixes Xrender  WANTLIB += GL GLU SDL SDL_image SDL_ttf X11 Xau Xcursor Xdmcp  Xfixes Xrender
 WANTLIB += boost_filesystem boost_regex guichan guichan_opengl guichan_sdl m ogg openal  WANTLIB += boost_filesystem boost_regex guichan guichan_opengl guichan_sdl m ogg openal
 WANTLIB += png pthread-stubs sndio stdc++ util vorbis vorbisfile xcb  WANTLIB += png pthread-stubs sndio stdc++ util vorbis vorbisfile xcb ${MODPY_WANTLIB}
   
 MODULES =               devel/scons \  MODULES =               devel/scons \
                         lang/python                          lang/python
   
 BUILD_DEPENDS =         ::devel/swig  BUILD_DEPENDS =         devel/swig
 LIB_DEPENDS =           ::audio/libvorbis \  LIB_DEPENDS =           audio/libvorbis \
                         ::audio/openal \                          audio/openal \
                         ::devel/boost \                          devel/boost \
                         ::devel/guichan \                          devel/guichan \
                         ::devel/sdl-image \                          devel/sdl-image \
                         ::devel/sdl-ttf \                          devel/sdl-ttf \
                         ${MODPY_LIB_DEPENDS}                          ${MODPY_LIB_DEPENDS}
   
 SEPARATE_BUILD =        concurrent  SEPARATE_BUILD =        concurrent
   
 NO_REGRESS =            Yes  #NO_REGRESS =           Yes
   
   MODPY_ADJ_FILES =       setup.py
   
 do-install:  do-install:
         ${MODPY_PRE_INSTALL_BAD_EGGS}          ${MODPY_PRE_INSTALL_BAD_EGGS}

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

CVSweb