From b9d30b680175698372fb2068db48455fa2e369c6 Mon Sep 17 00:00:00 2001 From: simonb Date: Sat, 26 Jun 1999 14:50:33 +0000 Subject: zombies - a simple robots-like game I wrote years ago the Luke convinced me to make a package of. --- games/zombies/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 games/zombies/Makefile (limited to 'games/zombies/Makefile') 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" -- cgit v1.2.3