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

Annotation of ports/games/wyrmsun/base/Makefile, Revision 1.1

1.1     ! kirby       1: # $OpenBSD: Makefile.template,v 1.75 2016/03/20 17:19:49 naddy Exp $
        !             2:
        !             3: COMMENT =      real time strategy game engine
        !             4:
        !             5: GH_PROJECT =   Wyrmgus
        !             6:
        !             7: # GPLv2
        !             8: PERMIT_PACKAGE_CDROM = Yes
        !             9:
        !            10: WANTLIB += ${COMPILER_LIBCXX} GL GLU SDL X11 c m mikmod
        !            11: WANTLIB += ogg png theora vorbis z ${MODLUA_WANTLIB}
        !            12:
        !            13: MODULES =              devel/cmake lang/lua
        !            14: RUN_DEPENDS =          games/wyrmsun/data
        !            15: LIB_DEPENDS =          audio/libmikmod \
        !            16:                        audio/libvorbis \
        !            17:                        devel/sdl \
        !            18:                        devel/tolua++ \
        !            19:                        graphics/png \
        !            20:                        multimedia/libtheora
        !            21:
        !            22: CONFIGURE_ARGS =       -DWITH_OAML=OFF
        !            23:
        !            24: NO_TEST =              Yes
        !            25:
        !            26: post-install:
        !            27:        mv ${PREFIX}/bin/stratagus ${PREFIX}/bin/wyrmgus
        !            28:
        !            29: .include <bsd.port.mk>

CVSweb