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

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

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:
1.2     ! yason      30: MODULES =              converters/libiconv
1.1       yason      31: #BUILD_DEPENDS =       ???
                     32: #RUN_DEPENDS =         ???
1.2     ! yason      33: LIB_DEPENDS =          ::audio/openal-soft \
        !            34:                        ::audio/freealut \
        !            35:                        ::x11/wxWidgets \
        !            36:                        ::math/fftw3,float \
1.1       yason      37:                        ::devel/sdl-net \
                     38:                        ::devel/sdl-mixer
                     39:
                     40: USE_X11 =              Yes
                     41: #USE_GMAKE =           Yes
                     42: #USE_LIBTOOL =         Yes
                     43: CONFIGURE_STYLE =      gnu
1.2     ! yason      44: #CONFIGURE_ENV =               LDFLAGS="-L${LOCALBASE}/lib -lm -lestdc++"
        !            45: #                      CPPFLAGS="-I${LOCALBASE}/include" \
        !            46: #CONFIGURE_ENV +=      CXX=g++
        !            47: CONFIGURE_ARGS =       --disable-openaltest
1.1       yason      48:
                     49: WRKDIST =              ${WRKDIR}/scorched
                     50:
                     51: .include <bsd.port.mk>

CVSweb