[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / graphics / ogre3d

Diff for /ports/graphics/ogre3d/Attic/Makefile between version 1.2 and 1.3

version 1.2, 2010/08/18 09:50:32 version 1.3, 2011/03/05 04:48:12
Line 2 
Line 2 
   
 COMMENT =               open-source graphics rendering engine  COMMENT =               open-source graphics rendering engine
   
 DISTNAME =              ogre_src_v1-7-1  DISTNAME =              ogre_src_v1-7-2
 PKGNAME =               ${DISTNAME:S/-/./g:S/_src_v/-/}  PKGNAME =               ${DISTNAME:S/-/./g:S/_src_v/-/}
   
 SHARED_LIBS +=          OgreMain                0.0  SHARED_LIBS +=          OgreMain                0.0
Line 30 
Line 30 
 WANTLIB += boost_thread-mt c freeimage freetype m pthread stdc++ z zzip  WANTLIB += boost_thread-mt c freeimage freetype m pthread stdc++ z zzip
   
 MODULES =               devel/cmake  MODULES =               devel/cmake
 BUILD_DEPENDS =         ::devel/doxygen  BUILD_DEPENDS =         devel/doxygen
 LIB_DEPENDS =           ::archivers/zziplib \  LIB_DEPENDS =           archivers/zziplib \
                         ::devel/boost \                          devel/boost \
                         ::devel/ois \                          graphics/freeimage
                         ::graphics/freeimage  
   
 SEPARATE_BUILD =        concurrent  SEPARATE_BUILD =        concurrent
 USE_X11 =               Yes  
 USE_LIBTOOL =           Yes  USE_LIBTOOL =           Yes
 #CONFIGURE_ARGS +=      -DCMAKE_BUILD_TYPE=Release -DOGRE_BUILD_SAMPLES=TRUE  CONFIGURE_ARGS +=       -DCMAKE_BUILD_TYPE=Release -DOGRE_BUILD_SAMPLES=TRUE
 #                       -DOGRE_BUILD_TESTS=TRUE  #                       -DOGRE_BUILD_TESTS=TRUE
 NO_REGRESS =            Yes  NO_REGRESS =            Yes
   

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

CVSweb