diff options
author | tron <tron@pkgsrc.org> | 1998-07-30 21:37:54 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-07-30 21:37:54 +0000 |
commit | aeeab8b1c834c02800db311e24aa15954c907179 (patch) | |
tree | 1bc0f7b013a5f75c33743cb02e4c447ab2049881 /games/imaze/Makefile | |
parent | 59229d13b9a79e372fa26cd721e952c2fd109ea1 (diff) | |
download | pkgsrc-aeeab8b1c834c02800db311e24aa15954c907179.tar.gz |
New "imaze" package created by Tim Rightnour:
a multiplayer, networked, action,x 3D maze game.
Diffstat (limited to 'games/imaze/Makefile')
-rw-r--r-- | games/imaze/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/games/imaze/Makefile b/games/imaze/Makefile new file mode 100644 index 00000000000..48a4ef57094 --- /dev/null +++ b/games/imaze/Makefile @@ -0,0 +1,25 @@ +# $NetBSD: Makefile,v 1.1 1998/07/30 21:40:33 tron Exp $ + +DISTNAME= imaze1.3 +PKGNAME= imaze-1.3 +CATEGORIES= games x11 +MASTER_SITES= ${MASTER_SITE_XCONTRIB} +MASTER_SITE_SUBDIR= games +DISTFILES= imaze-sounds.tar imaze1.3.tar.Z + +MAINTAINER= root@garbled.net + +EXTRACT_ONLY= imaze1.3.tar.Z +WRKSRC= ${WRKDIR}/imaze + +USE_MOTIF= yes +USE_X11= yes + +post-build: + ${EXTRACT_CMD} -xmf ${DISTDIR}/imaze-sounds.tar -C ${WRKSRC} + +.include "../../mk/bsd.pkg.mk" +.if (${OBJECT_FMT} == "ELF") +RPATH= -Wl,-rpath,${PREFIX}/lib +.endif +MAKE_ENV+= RPATH=${RPATH} |