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

Annotation of ports/graphics/osg/Makefile, Revision 1.3

1.1       yason       1: # $OpenBSD:$
                      2: #ONLY_FOR_ARCHS =      ???
                      3: #NOT_FOR_ARCHS =       ???
                      4: #SHARED_ONLY =         ???
                      5: #COMES_WITH =          ???
                      6:
                      7: COMMENT =              high performance 3D graphics toolkit
                      8:
1.2       yason       9: DISTNAME =             OpenSceneGraph-2.8.2
                     10:
                     11: SHARED_LIBS =          OpenTreads      2.4 \
                     12:                        osg             2.8 \
                     13:                        osgAnimation    2.8 \
                     14:                        osgDB           2.8 \
                     15:                        osgFX           2.8 \
                     16:                        osgGA           2.8 \
                     17:                        osgManipulator  2.8 \
                     18:                        osgParticle     2.8 \
                     19:                        osgShadow       2.8 \
                     20:                        osgSim          2.8 \
                     21:                        osgTerrain      2.8 \
                     22:                        osgText         2.8 \
                     23:                        osgUtil         2.8 \
                     24:                        osgViewer       2.8 \
                     25:                        osgVolume       2.8 \
                     26:                        osgWidget       2.8
1.1       yason      27:
                     28: CATEGORIES =           graphics devel
                     29:
                     30: HOMEPAGE =             http://www.openscenegraph.org/
                     31:
                     32: #MAINTAINER =          ???
                     33:
1.2       yason      34: # OSGPL
1.1       yason      35: PERMIT_PACKAGE_CDROM = Yes
                     36: PERMIT_PACKAGE_FTP =   Yes
                     37: PERMIT_DISTFILES_CDROM =Yes
                     38: PERMIT_DISTFILES_FTP = Yes
                     39:
                     40: WANTLIB =              GL GLU ICE SM X11 Xau Xdmcp Xext Xrandr Xrender c expat \
                     41:                        fontconfig freetype gif intl m pixman-1 pthread stdc++ z
                     42:
1.2       yason      43: MASTER_SITES =         http://www.openscenegraph.org/downloads/developer_releases/
1.1       yason      44: EXTRACT_SUFX =         .zip
                     45:
                     46: MODULES =              devel/cmake
1.2       yason      47: CONFIGURE_ARGS =       -DBUILD_OSG_EXAMPLES:BOOL=ON
                     48:
1.3     ! yason      49: BUILD_DEPENDS =        ::x11/wxWidgets
        !            50:
1.2       yason      51: LIB_DEPENDS =          Half.>=4::graphics/ilmbase \
                     52:                        IlmImf.>=4::graphics/openexr \
                     53:                        cairo.>=9::graphics/cairo \
1.1       yason      54:                        curl.>=13::net/curl \
                     55:                        gdal.>=14::geo/gdal \
                     56:                        gdk_pixbuf-2.0.>=1400::graphics/gdk-pixbuf \
                     57:                        glib-2.0.>=1800::devel/glib2 \
                     58:                        glitz.>=2::graphics/glitz \
                     59:                        gmodule-2.0.>=1800,gobject-2.0.>=1800::devel/glib2 \
                     60:                        iconv.>=6::converters/libiconv \
                     61:                        jasper.>=2::graphics/jasper \
                     62:                        jpeg.>=62::graphics/jpeg \
                     63:                        png.>=8::graphics/png \
1.3     ! yason      64:                        poppler-glib::print/poppler,no_qt,no_qt4 \
1.1       yason      65:                        rsvg-2.>=24::x11/gnome/librsvg \
                     66:                        tiff.>=38::graphics/tiff
                     67:
                     68: USE_X11 =              Yes
                     69: USE_LIBTOOL =          Yes
                     70:
                     71: NO_REGRESS =           Yes
                     72:
                     73: #CFLAGS =              ???
                     74: #LDFLAGS =             ???
                     75: #MAKE_FILE =           ???
                     76: #PKG_ARCH =            ???
                     77:
                     78: .include <bsd.port.mk>

CVSweb