[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / games / speed-dreams

Annotation of ports/games/speed-dreams/Makefile, Revision 1.2

1.1       yason       1: # $OpenBSD$
                      2:
                      3: COMMENT =              motorsport simulation
                      4:
1.2     ! yason       5: DISTNAME =             speed-dreams-2.0.0-b1-r3937-src
1.1       yason       6: PKGNAME =              ${DISTNAME:S/-src//}
                      7:
                      8: CATEGORIES =           games
                      9:
                     10: HOMEPAGE =             http://www.speed-dreams.org/
                     11:
                     12: #MAINTAINER =          ???
                     13:
                     14: # In case of GPL, version number must be appended (e.g. v2, v2+, v3).
                     15: PERMIT_PACKAGE_CDROM = Yes
                     16: PERMIT_PACKAGE_FTP =   Yes
                     17: PERMIT_DISTFILES_CDROM =Yes
                     18: PERMIT_DISTFILES_FTP = Yes
                     19:
                     20: WANTLIB += GL GLU ICE SM X11 Xext Xi Xmu Xrandr Xrender Xt Xxf86vm
                     21: WANTLIB += alut c glut m openal png pthread stdc++ z
                     22:
                     23: MASTER_SITES =         ${MASTER_SITE_SOURCEFORGE:=speed-dreams/}
1.2     ! yason      24: EXTRACT_SUFX =         .tar.7z
        !            25: EXTRACT_CASES =         *.tar.7z) \
        !            26:                        7z x -so ${FULLDISTDIR}/$$archive | ${TAR} xf - -C ${WRKDIR};;
        !            27:
        !            28: MODULES =              devel/cmake
        !            29: BUILD_DEPENDS =                devel/plib \
        !            30:                        archivers/p7zip
1.1       yason      31: #RUN_DEPENDS =         ???
                     32: LIB_DEPENDS =          audio/freealut \
                     33:                        audio/openal \
                     34:                        graphics/freeglut \
1.2     ! yason      35:                        graphics/png \
        !            36:                        net/enet
1.1       yason      37:
                     38: #MAKE_FLAGS =          ???
                     39: #MAKE_ENV =            ???
                     40: #FAKE_FLAGS =          ???
                     41: #REGRESS_FLAGS =       ???
                     42:
1.2     ! yason      43: #USE_LIBTOOL =         Yes
        !            44: CONFIGURE_ARGS +=      -DOPTION_OFFICIAL_ONLY=ON
        !            45: #CONFIGURE_ENV +=      LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -pthread" \
        !            46: #                      CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include"
1.1       yason      47:
                     48: NO_REGRESS =           Yes
                     49:
                     50: pre-patch:
                     51:        @find ${WRKSRC} -name *.orig -exec rm {} \;
                     52:
                     53: .include <bsd.port.mk>

CVSweb