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

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

1.1     ! yason       1: # $OpenBSD$
        !             2:
        !             3: COMMENT =              open source role-playing game
        !             4:
        !             5: DISTNAME =             sumwars-0.5.5-src
        !             6: PKGNAME =              ${DISTNAME:S/-src//}
        !             7:
        !             8: CATEGORIES =           games x11
        !             9:
        !            10: HOMEPAGE =             http://www.sumwars.org/
        !            11:
        !            12: #MAINTAINER =          ???
        !            13:
        !            14: # GPLv3
        !            15: PERMIT_PACKAGE_CDROM = Yes
        !            16: PERMIT_PACKAGE_FTP =   Yes
        !            17: PERMIT_DISTFILES_CDROM =Yes
        !            18: PERMIT_DISTFILES_FTP = Yes
        !            19:
        !            20: WANTLIB += OgreMain OgreTerrain X11 alut c enet lua m ogg openal
        !            21: WANTLIB += physfs pthread stdc++ vorbis vorbisfile
        !            22:
        !            23: MASTER_SITES =         ${MASTER_SITE_SOURCEFORGE:=sumwars/}
        !            24: EXTRACT_SUFX =                 .tgz
        !            25:
        !            26: MODULES =              devel/cmake \
        !            27:                        devel/gettext
        !            28: #BUILD_DEPENDS =       ???
        !            29: #RUN_DEPENDS =         ???
        !            30: LIB_DEPENDS =          audio/freealut \
        !            31:                        audio/libvorbis \
        !            32:                        audio/openal \
        !            33:                        devel/physfs \
        !            34:                        devel/ois \
        !            35:                        graphics/cegui07 \
        !            36:                        graphics/ogre3d \
        !            37:                        lang/lua \
        !            38:                        net/enet
        !            39:
        !            40: CONFIGURE_ARGS +=      -DCMAKE_BUILD_TYPE=Release \
        !            41:                        -DBUILD_TOOLS=OFF \
        !            42:                        -DNO_ENET=ON
        !            43:
        !            44: NO_REGRESS =           Yes
        !            45:
        !            46: .include <bsd.port.mk>

CVSweb