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

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

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:
        !            49: LIB_DEPENDS =          Half.>=4::graphics/ilmbase \
        !            50:                        IlmImf.>=4::graphics/openexr \
        !            51:                        cairo.>=9::graphics/cairo \
1.1       yason      52:                        curl.>=13::net/curl \
                     53:                        gdal.>=14::geo/gdal \
                     54:                        gdk_pixbuf-2.0.>=1400::graphics/gdk-pixbuf \
                     55:                        glib-2.0.>=1800::devel/glib2 \
                     56:                        glitz.>=2::graphics/glitz \
                     57:                        gmodule-2.0.>=1800,gobject-2.0.>=1800::devel/glib2 \
                     58:                        iconv.>=6::converters/libiconv \
                     59:                        jasper.>=2::graphics/jasper \
                     60:                        jpeg.>=62::graphics/jpeg \
                     61:                        png.>=8::graphics/png \
                     62:                        rsvg-2.>=24::x11/gnome/librsvg \
                     63:                        tiff.>=38::graphics/tiff
                     64:
                     65: USE_X11 =              Yes
                     66: USE_LIBTOOL =          Yes
                     67:
                     68: NO_REGRESS =           Yes
                     69:
                     70: #CFLAGS =              ???
                     71: #LDFLAGS =             ???
                     72: #MAKE_FILE =           ???
                     73: #PKG_ARCH =            ???
                     74:
                     75: .include <bsd.port.mk>

CVSweb