summaryrefslogtreecommitdiff
path: root/games/netmaze/Makefile
diff options
context:
space:
mode:
authorjdc <jdc@pkgsrc.org>2000-08-29 10:09:43 +0000
committerjdc <jdc@pkgsrc.org>2000-08-29 10:09:43 +0000
commitc0f5978e059bbed94523fdda325461024e342465 (patch)
treea7aad391e9fbfff2fe4ce89f80c5d55a2907951e /games/netmaze/Makefile
parentfe63671277c10a7314f9f0081ac8a00a0997f29e (diff)
downloadpkgsrc-c0f5978e059bbed94523fdda325461024e342465.tar.gz
netmze-0.81 - X windows-based multiplayer combat game (like Midi Maze)
Netmaze is a multiplayer combat game (like the Atari Midi Maze game) You play in a virtual maze and the goal of the game is to hunt down your opponents. The view is full animated 3D. On fast machines, you can even run it with texture mapping for the walls and floor. There are also three robot players of varying ability.
Diffstat (limited to 'games/netmaze/Makefile')
-rw-r--r--games/netmaze/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/games/netmaze/Makefile b/games/netmaze/Makefile
new file mode 100644
index 00000000000..eef6839d205
--- /dev/null
+++ b/games/netmaze/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/08/29 10:09:43 jdc Exp $
+
+DISTNAME= netmaze0.81
+PKGNAME= netmaze-0.81
+CATEGORIES= games
+MASTER_SITES= ${MASTER_SITE_XCONTRIB:=games/multiplayer/}
+
+MAINTAINER= jdc@netbsd.org
+
+USE_IMAKE= yes
+
+WRKSRC= ${WRKDIR}/netmaze
+
+post-patch:
+ ${MV} ${WRKSRC}/Imakefile ${WRKSRC}/Imakefile.bak
+ ${SED} -e 's|@X11LIBS@|-Wl,-R${X11BASE}/lib|g' \
+ < ${WRKSRC}/Imakefile.bak > ${WRKSRC}/Imakefile
+
+.include "../../mk/bsd.pkg.mk"