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

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

1.1       yason       1: # $OpenBSD$
                      2:
                      3: COMMENT =              quickly assembling 3d sims and games
                      4:
1.8     ! yason       5: DISTNAME =             simgear-2.4.0
1.1       yason       6:
                      7: CATEGORIES =           graphics
                      8:
                      9: HOMEPAGE =             http://www.simgear.org/
                     10:
                     11: #MAINTAINER =          ???
                     12:
                     13: # GPLv2
                     14: PERMIT_PACKAGE_CDROM = Yes
                     15: PERMIT_PACKAGE_FTP =   Yes
                     16: PERMIT_DISTFILES_CDROM =Yes
                     17: PERMIT_DISTFILES_FTP = Yes
                     18:
                     19: #WANTLIB =             ???
                     20:
1.8     ! yason      21: MASTER_SITES =         ftp://goflyflightgear.com/simgear/Source/
        !            22: EXTRACT_SUFX =                 .tar.bz2
1.4       yason      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 \
1.8     ! yason      30:                        graphics/freeglut
1.1       yason      31:
                     32: USE_LIBTOOL =          Yes
                     33: CONFIGURE_STYLE =      gnu
1.4       yason      34: CONFIGURE_ARGS +=      --with-jpeg-factory
                     35: CONFIGURE_ENV +=       CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
                     36:                        LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -pthread"
1.1       yason      37:
                     38: .include <bsd.port.mk>

CVSweb