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

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

Revision 1.2, Sat Apr 16 11:39:56 2016 UTC (8 years, 1 month ago) by kirby
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +4 -3 lines

 - clean up
 - update to 2.4.0 snapshot
 - fix wargus build
 - install manuals

# $OpenBSD$

COMMENT =		Starcraft I data game set for the Stratagus engine

GH_PROJECT = 		stargus
GH_COMMIT = 		313d6b850574624258a21487a81ab5cbe8b8d615
DISTNAME = 		stargus-2.4.0

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/*.6 ${PREFIX}/man/man6/

.include <bsd.port.mk>