diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-04-16 18:18:27 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-04-16 18:18:27 +0000 |
commit | c82f5ccf39651ba9adf5d1e9ba13ed81d909c602 (patch) | |
tree | 02090daefccbc42cc5ce42fcd76ae311cdd5b7ab /games/urban/Makefile | |
parent | e3bb73b53fc1a8cf69c33a0c6962730094def6fb (diff) | |
download | pkgsrc-c82f5ccf39651ba9adf5d1e9ba13ed81d909c602.tar.gz |
Initial import of urban-1.5.2.
URBAN is a bloody, violent sidescrolling shoot-em-up in which you're a
renegade military cyborg fighting your way out of the military base
where you were created.
Diffstat (limited to 'games/urban/Makefile')
-rw-r--r-- | games/urban/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/games/urban/Makefile b/games/urban/Makefile new file mode 100644 index 00000000000..a9e416e39df --- /dev/null +++ b/games/urban/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/04/16 18:18:27 xtraeme Exp $ +# + +DISTNAME= ${DISTFILES} +PKGNAME= urban-1.5.2 +CATEGORIES= games +MASTER_SITES= http://urban.worldonline.nl/files/linux/ +DISTFILES= urban-1.5.2${EXTRACT_SUFX} sound${EXTRACT_SUFX} + +MAINTAINER= xtraeme@NetBSD.org +HOMEPAGE= http://urban.worldonline.nl/files/linux/ +COMMENT= U.R.B.A.N The Cyborg Project + +USE_BUILDLINK3= yes +USE_X11= yes +GNU_CONFIGURE= yes +WRKSRC= ${WRKDIR}/${PKGNAME} + +post-install: + cd ${WRKDIR} && ${PAX} -rwppm snd ${PREFIX}/share/urban + +.include "../../audio/libmikmod/buildlink3.mk" +.include "../../graphics/libggi/buildlink3.mk" +.include "../../mk/ossaudio.buildlink3.mk" +.include "../../mk/pthread.buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |