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

File: [local] / ports / games / stratagus / wargus / Makefile (download)

Revision 1.1.1.1 (vendor branch), Tue Jan 27 21:33:51 2015 UTC (9 years, 4 months ago) by kirby
Branch: kirby
CVS Tags: kirby_20150127
Changes since 1.1: +0 -0 lines

import stratagus and two mods for it

# $OpenBSD$

BROKEN = needs mntent.h or a way to disable wartool

COMMENT =		Warcraft II data game set for the Stratagus engine

NAME = 			wargus

WANTLIB += X11 atk-1.0 c cairo freetype gdk-x11-2.0 gdk_pixbuf-2.0
WANTLIB += glib-2.0 gobject-2.0 gtk-x11-2.0 m pango-1.0 png pthread
WANTLIB += stdc++ z

RUN_DEPENDS = 		games/stratagus/core \
			devel/desktop-file-utils

LIB_DEPENDS =		x11/gtk+2
			
CONFIGURE_ENV += 	-DSHAREDIR=${PREFIX}/share/stratagus/wargus

NO_TEST =		Yes

post-install:
#	${INSTALL_MAN} ${WRKSRC}/doc/stratagus.6 ${PREFIX}/man/man6/

.include <bsd.port.mk>