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

Annotation of ports/graphics/simgear/Makefile, Revision 1.6

1.1       yason       1: # $OpenBSD$
                      2:
                      3: COMMENT =              quickly assembling 3d sims and games
                      4:
1.4       yason       5: DISTNAME =             SimGear-2.0.0
1.1       yason       6: PKGNAME =              ${DISTNAME:L}
                      7:
                      8: CATEGORIES =           graphics
                      9:
                     10: HOMEPAGE =             http://www.simgear.org/
                     11:
                     12: #MAINTAINER =          ???
                     13:
                     14: # GPLv2
                     15: PERMIT_PACKAGE_CDROM = Yes
                     16: PERMIT_PACKAGE_FTP =   Yes
                     17: PERMIT_DISTFILES_CDROM =Yes
                     18: PERMIT_DISTFILES_FTP = Yes
                     19:
                     20: #WANTLIB =             ???
                     21:
1.4       yason      22: MASTER_SITES =         ftp://mirrors.ibiblio.org/pub/mirrors/simgear/ftp/Source/
                     23: #MASTER_SITES0 =       ftp://goflyflightgear.com/simgear/Source/
1.1       yason      24:
1.6     ! yason      25: BUILD_DEPENDS =        graphics/osg
        !            26: LIB_DEPENDS =          audio/openal \
        !            27:                        audio/freealut \
        !            28:                        devel/boost \
        !            29:                        devel/plib \
        !            30:                        graphics/glut
1.1       yason      31:
                     32: USE_X11 =              Yes
                     33: USE_LIBTOOL =          Yes
                     34: CONFIGURE_STYLE =      gnu
1.4       yason      35: CONFIGURE_ARGS +=      --with-jpeg-factory
                     36: CONFIGURE_ENV +=       CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
                     37:                        LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -pthread"
1.1       yason      38:
                     39: .include <bsd.port.mk>

CVSweb