summaryrefslogtreecommitdiff
path: root/games/netmaze/Makefile
diff options
context:
space:
mode:
authorjdc <jdc>2000-08-29 10:09:43 +0000
committerjdc <jdc>2000-08-29 10:09:43 +0000
commit40b0542553b4d77c34d0b0fc91724eb026dbdbdf (patch)
treea7aad391e9fbfff2fe4ce89f80c5d55a2907951e /games/netmaze/Makefile
parent409f7c46db429d061300da33e925a79252a1d665 (diff)
downloadpkgsrc-40b0542553b4d77c34d0b0fc91724eb026dbdbdf.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"