diff options
author | simonb <simonb@pkgsrc.org> | 1999-06-26 14:50:33 +0000 |
---|---|---|
committer | simonb <simonb@pkgsrc.org> | 1999-06-26 14:50:33 +0000 |
commit | a1cb4b0c924d5fd94433e2e1a91ee8d32d53842f (patch) | |
tree | 26645aa3f5e430cbafb225c259816238ef98d04a /games/zombies/Makefile | |
parent | d847d0d18145a3dd783fde703a9e23ae4e542dce (diff) | |
download | pkgsrc-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/Makefile')
-rw-r--r-- | games/zombies/Makefile | 10 |
1 files changed, 10 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" |