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

Diff for /ports/graphics/osg/Attic/Makefile between version 1.1 and 1.2

version 1.1, 2009/06/09 13:30:32 version 1.2, 2009/08/05 14:05:46
Line 3 
Line 3 
 #NOT_FOR_ARCHS =        ???  #NOT_FOR_ARCHS =        ???
 #SHARED_ONLY =          ???  #SHARED_ONLY =          ???
 #COMES_WITH =           ???  #COMES_WITH =           ???
 #BROKEN =               reason  
   
 COMMENT =               high performance 3D graphics toolkit  COMMENT =               high performance 3D graphics toolkit
 # COMMENT-foo =         ???     for multi packages  
   
 DISTNAME =              OpenSceneGraph-2.8.1  DISTNAME =              OpenSceneGraph-2.8.2
 #PKGNAME =              ???  
 #PKGNAME-foo =          ???     for multi packages  
   
 SHARED_LIBS =           OpenThreads 2.4 \  SHARED_LIBS =           OpenTreads      2.4 \
                         osg 2.8 \                          osg             2.8 \
                         osgAnimation 2.8 \                          osgAnimation    2.8 \
                         osgDB 2.8 \                          osgDB           2.8 \
                         osgFX 2.8 \                          osgFX           2.8 \
                         osgGA 2.8 \                          osgGA           2.8 \
                         osgManipulator 2.8 \                          osgManipulator  2.8 \
                         osgParticle 2.8 \                          osgParticle     2.8 \
                         osgShadow 2.8 \                          osgShadow       2.8 \
                         osgSim 2.8 \                          osgSim          2.8 \
                         osgTerrain 2.8 \                          osgTerrain      2.8 \
                         osgText 2.8 \                          osgText         2.8 \
                         osgUtil 2.8 \                          osgUtil         2.8 \
                         osgViewer 2.8 \                          osgViewer       2.8 \
                         osgVolume 2.8 \                          osgVolume       2.8 \
                         osgWidget 2.8                          osgWidget       2.8
   
 CATEGORIES =            graphics devel  CATEGORIES =            graphics devel
   
Line 35 
Line 31 
   
 #MAINTAINER =           ???  #MAINTAINER =           ???
   
 #OSGPL  # OSGPL
 PERMIT_PACKAGE_CDROM =  Yes  PERMIT_PACKAGE_CDROM =  Yes
 PERMIT_PACKAGE_FTP =    Yes  PERMIT_PACKAGE_FTP =    Yes
 PERMIT_DISTFILES_CDROM =Yes  PERMIT_DISTFILES_CDROM =Yes
Line 44 
Line 40 
 WANTLIB =               GL GLU ICE SM X11 Xau Xdmcp Xext Xrandr Xrender c expat \  WANTLIB =               GL GLU ICE SM X11 Xau Xdmcp Xext Xrandr Xrender c expat \
                         fontconfig freetype gif intl m pixman-1 pthread stdc++ z                          fontconfig freetype gif intl m pixman-1 pthread stdc++ z
   
 MASTER_SITES =          http://www.openscenegraph.org/downloads/stable_releases/OpenSceneGraph-2.8.1/source/  MASTER_SITES =          http://www.openscenegraph.org/downloads/developer_releases/
 EXTRACT_SUFX =          .zip  EXTRACT_SUFX =          .zip
   
 MODULES =               devel/cmake  MODULES =               devel/cmake
 LIB_DEPENDS =           cairo.>=9::graphics/cairo \  CONFIGURE_ARGS =        -DBUILD_OSG_EXAMPLES:BOOL=ON
   
   LIB_DEPENDS =           Half.>=4::graphics/ilmbase \
                           IlmImf.>=4::graphics/openexr \
                           cairo.>=9::graphics/cairo \
                         curl.>=13::net/curl \                          curl.>=13::net/curl \
                         gdal.>=14::geo/gdal \                          gdal.>=14::geo/gdal \
                         gdk_pixbuf-2.0.>=1400::graphics/gdk-pixbuf \                          gdk_pixbuf-2.0.>=1400::graphics/gdk-pixbuf \
Line 64 
Line 64 
   
 USE_X11 =               Yes  USE_X11 =               Yes
 USE_LIBTOOL =           Yes  USE_LIBTOOL =           Yes
 #CONFIGURE_STYLE =      gnu  
 #CONFIGURE_SCRIPT =     ??? (if other than configure)  
 #CONFIGURE_ARGS +=      ${CONFIGURE_SHARED}  
 #CONFIGURE_ENV =        ???  
   
 #FLAVORS =      1 2 3 a b  
 #FLAVOR ?=  
 # grab multiple choice value  
 #CHOICE = ${FLAVOR:L:Na:Nb}  
 # check that CHOICE is 1 OR 2 OR 3, or error out  
 #.if ${CHOICE} == "1"  
 # code for 1  
 #.elif ${CHOICE} == "2"  
 # code for 2  
 #.elif ${CHOICE} == "3"  
 # code for 3  
 #.else  
 #ERRORS += "Fatal: Conflicting flavor: ${FLAVOR}"  
 #.endif  
 # check for switches  
 #.if ${FLAVOR:L:Ma}  
 # code for a  
 #.endif  
 #.if ${FLAVOR:L:Mb}  
 # code for b  
 #.endif  
   
 NO_REGRESS =            Yes  NO_REGRESS =            Yes
   

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

CVSweb