[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / games / scorched3d

Annotation of ports/games/scorched3d/Makefile, Revision 1.1

1.1     ! yason       1: # $OpenBSD$
        !             2: #ONLY_FOR_ARCHS =      ???
        !             3: #NOT_FOR_ARCHS =       ???
        !             4: #SHARED_ONLY =         ???
        !             5: #BROKEN =              reason
        !             6:
        !             7: COMMENT =              modernization of the classic DOS game Scorched Earth
        !             8:
        !             9: DISTNAME =             Scorched3D-42.1-src
        !            10: PKGNAME =              ${DISTNAME:L:S/-src//}
        !            11:
        !            12: #SHARED_LIBS =         ???
        !            13:
        !            14: CATEGORIES =           games x11
        !            15:
        !            16: HOMEPAGE =             http://www.scorched3d.co.uk
        !            17:
        !            18: #MAINTAINER =          ???
        !            19:
        !            20: # GPLv2
        !            21: PERMIT_PACKAGE_CDROM = Yes
        !            22: PERMIT_PACKAGE_FTP =   Yes
        !            23: PERMIT_DISTFILES_CDROM =Yes
        !            24: PERMIT_DISTFILES_FTP = Yes
        !            25:
        !            26: #WANTLIB =             ???
        !            27:
        !            28: MASTER_SITES =         ${MASTER_SITE_SOURCEFORGE:=scorched3d/}
        !            29:
        !            30: #MODULES =             ???
        !            31: #BUILD_DEPENDS =       ???
        !            32: #RUN_DEPENDS =         ???
        !            33: LIB_DEPENDS =          ::x11/wxWidgets \
        !            34:                        ::math/fftw3 \
        !            35:                        ::devel/sdl-net \
        !            36:                        ::devel/sdl-mixer
        !            37:
        !            38: USE_X11 =              Yes
        !            39: #USE_GMAKE =           Yes
        !            40: #USE_LIBTOOL =         Yes
        !            41: CONFIGURE_STYLE =      gnu
        !            42: #CONFIGURE_ARGS +=     --disable-fftwtest \
        !            43: #                      ${CONFIGURE_SHARED}
        !            44: #CONFIGURE_ENV =       ???
        !            45:
        !            46: WRKDIST =              ${WRKDIR}/scorched
        !            47:
        !            48: .include <bsd.port.mk>

CVSweb