summaryrefslogtreecommitdiff
path: root/games/zombies
diff options
context:
space:
mode:
authorsimonb <simonb@pkgsrc.org>1999-06-26 14:50:33 +0000
committersimonb <simonb@pkgsrc.org>1999-06-26 14:50:33 +0000
commita1cb4b0c924d5fd94433e2e1a91ee8d32d53842f (patch)
tree26645aa3f5e430cbafb225c259816238ef98d04a /games/zombies
parentd847d0d18145a3dd783fde703a9e23ae4e542dce (diff)
downloadpkgsrc-a1cb4b0c924d5fd94433e2e1a91ee8d32d53842f.tar.gz
zombies - a simple robots-like game I wrote years ago the Luke convinced
me to make a package of.
Diffstat (limited to 'games/zombies')
-rw-r--r--games/zombies/Makefile10
-rw-r--r--games/zombies/files/md53
-rw-r--r--games/zombies/patches/patch-aa21
-rw-r--r--games/zombies/pkg/COMMENT1
-rw-r--r--games/zombies/pkg/DESCR3
-rw-r--r--games/zombies/pkg/PLIST5
6 files changed, 43 insertions, 0 deletions
diff --git a/games/zombies/Makefile b/games/zombies/Makefile
new file mode 100644
index 00000000000..d18cce9c018
--- /dev/null
+++ b/games/zombies/Makefile
@@ -0,0 +1,10 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/06/26 14:50:33 simonb Exp $
+
+DISTNAME= zombies-1.0
+CATEGORIES= games
+MASTER_SITES= http://www.thistledown.com.au/software/ \
+ ftp://melanoma.cs.rmit.edu.au/pub/simonb/
+
+MAINTAINER= simonb@netbsd.org
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/games/zombies/files/md5 b/games/zombies/files/md5
new file mode 100644
index 00000000000..68901478a83
--- /dev/null
+++ b/games/zombies/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 1999/06/26 14:50:33 simonb Exp $
+
+MD5 (zombies-1.0.tar.gz) = b7b185af6c89d5d3a8b9f9ee132218f4
diff --git a/games/zombies/patches/patch-aa b/games/zombies/patches/patch-aa
new file mode 100644
index 00000000000..e930a8485f4
--- /dev/null
+++ b/games/zombies/patches/patch-aa
@@ -0,0 +1,21 @@
+$NetBSD: patch-aa,v 1.1.1.1 1999/06/26 14:50:33 simonb Exp $
+
+--- Makefile.orig Sun Jun 27 00:37:17 1999
++++ Makefile Sun Jun 27 00:43:54 1999
+@@ -3,7 +3,7 @@
+
+ # ---- FILE LOCATIONS ----
+
+-PREFIX = /usr/local
++#PREFIX = /usr/local
+ BINDIR = ${PREFIX}/bin
+ MANDIR = ${PREFIX}/man/man6
+ SCOREFILE = /var/games/zombies_score
+@@ -77,6 +77,7 @@
+ install: ${PROG}
+ ${INSTALL_PROG} ${PROG} ${BINDIR}
+ ${INSTALL_MAN} ${MAN} ${MANDIR}
++ ${INSTALL_SCORE} /dev/null ${PREFIX}/share/games/zombies_score.dist
+ if [ ! -f ${SCOREFILE} ]; then \
+ ${INSTALL_SCORE} /dev/null ${SCOREFILE} ; \
+ fi
diff --git a/games/zombies/pkg/COMMENT b/games/zombies/pkg/COMMENT
new file mode 100644
index 00000000000..7049e29f22e
--- /dev/null
+++ b/games/zombies/pkg/COMMENT
@@ -0,0 +1 @@
+A simple robots-like game where you destroy the zombies
diff --git a/games/zombies/pkg/DESCR b/games/zombies/pkg/DESCR
new file mode 100644
index 00000000000..65f19c4ce74
--- /dev/null
+++ b/games/zombies/pkg/DESCR
@@ -0,0 +1,3 @@
+The idea of zombies is to kill as many zombies as possible. Fortunately
+for you, zombies can only move diagonally. Once all the zombies on a
+level die you start a new level, with even more zombies than before.
diff --git a/games/zombies/pkg/PLIST b/games/zombies/pkg/PLIST
new file mode 100644
index 00000000000..8ff90235e3d
--- /dev/null
+++ b/games/zombies/pkg/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 1999/06/26 14:50:33 simonb Exp $
+bin/zombies
+man/man6/zombies.6
+share/games/zombies_score.dist
+@exec if [ ! -f /var/games/zombies_score ]; then cp -p %D/share/games/zombies_score.dist /var/games/zombies_score; fi