[BACK]Return to Makefile.inc CVS log [TXT][DIR] Up to [local] / ports / games / stratagus

Annotation of ports/games/stratagus/Makefile.inc, Revision 1.1

1.1     ! kirby       1: # $OpenBSD$
        !             2:
        !             3: V =                    2.2.7
        !             4: DISTNAME ?=            ${NAME}_${V}.orig
        !             5: PKGNAME =              ${NAME}-${V}
        !             6:
        !             7: CATEGORIES =           games x11
        !             8:
        !             9: HOMEPAGE =             http://stratagus.com/
        !            10:
        !            11: MAINTAINER =           Kirill Bychkov <kirby@openbsd.org>
        !            12:
        !            13: # GPLv2
        !            14: PERMIT_PACKAGE_CDROM = Yes
        !            15:
        !            16: MASTER_SITES =         https://launchpad.net/${NAME}/trunk/${V}/+download/
        !            17:
        !            18: MODULES +=             devel/cmake
        !            19:
        !            20: NO_TEST =              Yes

CVSweb