diff options
author | jdc <jdc> | 2000-08-29 10:09:43 +0000 |
---|---|---|
committer | jdc <jdc> | 2000-08-29 10:09:43 +0000 |
commit | 4e1b731b236691bd7ec322d4e0657e8d36161c0e (patch) | |
tree | a7aad391e9fbfff2fe4ce89f80c5d55a2907951e /games/netmaze/Makefile | |
parent | 9ecbe0015a4f3e169107f7bf47decabb57a57a41 (diff) | |
download | pkgsrc-4e1b731b236691bd7ec322d4e0657e8d36161c0e.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/Makefile | 19 |
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" |