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

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

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

CVSweb