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

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

Revision 1.11, Mon Dec 23 04:00:22 2013 UTC (10 years, 4 months ago) by kirby
Branch: MAIN
CVS Tags: HEAD
Changes since 1.10: +1 -4 lines

cleanup PERMIT_, REGRESS->TEST

# $OpenBSD$

COMMENT =		3D single player RPG in a satirical post-apocalyptical world

V = 			0.10
DISTNAME = 		dnt-${V}
PKGNAME =		dccnitghtmare-${V}

CATEGORIES =		games x11

HOMEPAGE =		http://dnt.dnteam.org/

MAINTAINER =		Kirill Bychkov <yason@linklevel.net>

# GPLv3
PERMIT_PACKAGE_CDROM =	Yes

MASTER_SITES =		${MASTER_SITE_SOURCEFORGE:=dnt/}
EXTRACT_SUFX =		.tar.bz2

WANTLIB += GL GLU ICE SDL SDL_image SDL_ttf SM X11 Xext c cal3d
WANTLIB += m ogg openal pthread stdc++ vorbis vorbisfile

MODULES =		devel/gettext \
			devel/cmake
LIB_DEPENDS =		audio/libvorbis \
			audio/openal \
			devel/sdl-image \
			devel/sdl-ttf \
			graphics/cal3d

#CONFIGURE_ENV += 	CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
#			LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -liconv -lintl"

NO_TEST =		Yes

WRKDIST =		${WRKDIR}/dnt

post-install:
	${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/dnt/

.include <bsd.port.mk>