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

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

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

CVSweb