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

File: [local] / ports / games / stratsgus / stargus / Attic / Makefile (download)

Revision 1.1, Tue Jan 27 21:32:38 2015 UTC (9 years, 5 months ago) by kirby
Branch: MAIN

Initial revision

# $OpenBSD$

COMMENT =		Starcraft I data game set for the Stratagus engine

NAME = 			stargus

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
			

NO_TEST =		Yes

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

.include <bsd.port.mk>