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

Annotation of ports/games/stratagus/wargus/Makefile, Revision 1.1.1.1

1.1       kirby       1: # $OpenBSD$
                      2:
                      3: BROKEN = needs mntent.h or a way to disable wartool
                      4:
                      5: COMMENT =              Warcraft II data game set for the Stratagus engine
                      6:
                      7: NAME =                         wargus
                      8:
                      9: WANTLIB += X11 atk-1.0 c cairo freetype gdk-x11-2.0 gdk_pixbuf-2.0
                     10: WANTLIB += glib-2.0 gobject-2.0 gtk-x11-2.0 m pango-1.0 png pthread
                     11: WANTLIB += stdc++ z
                     12:
                     13: RUN_DEPENDS =          games/stratagus/core \
                     14:                        devel/desktop-file-utils
                     15:
                     16: LIB_DEPENDS =          x11/gtk+2
                     17:
                     18: CONFIGURE_ENV +=       -DSHAREDIR=${PREFIX}/share/stratagus/wargus
                     19:
                     20: NO_TEST =              Yes
                     21:
                     22: post-install:
                     23: #      ${INSTALL_MAN} ${WRKSRC}/doc/stratagus.6 ${PREFIX}/man/man6/
                     24:
                     25: .include <bsd.port.mk>

CVSweb