summaryrefslogtreecommitdiff
path: root/games/zombies/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2005-03-07 15:09:59 +0000
committeradam <adam@pkgsrc.org>2005-03-07 15:09:59 +0000
commit7d5772bd3e4c9268ab46cafb2bf6a7b113c458fb (patch)
treecbf3279f8e5106d770653b4129a8a72d128df010 /games/zombies/Makefile
parentf7bdf2217452e727b882711c08a223ffac2914d1 (diff)
downloadpkgsrc-7d5772bd3e4c9268ab46cafb2bf6a7b113c458fb.tar.gz
Use optimisation flags from now on
Diffstat (limited to 'games/zombies/Makefile')
-rw-r--r--games/zombies/Makefile17
1 files changed, 9 insertions, 8 deletions
diff --git a/games/zombies/Makefile b/games/zombies/Makefile
index ef10ca9d0f3..57416a57b6e 100644
--- a/games/zombies/Makefile
+++ b/games/zombies/Makefile
@@ -1,15 +1,16 @@
-# $NetBSD: Makefile,v 1.5 2004/10/03 00:14:47 tv Exp $
+# $NetBSD: Makefile,v 1.6 2005/03/07 15:11:26 adam Exp $
-DISTNAME= zombies-1.0
+DISTNAME= zombies-1.0
PKGREVISION= 1
-CATEGORIES= games
-MASTER_SITES= http://www.thistledown.com.au/software/ \
- ftp://melanoma.cs.rmit.edu.au/pub/simonb/
+CATEGORIES= games
+MASTER_SITES= http://www.thistledown.com.au/software/ \
+ ftp://melanoma.cs.rmit.edu.au/pub/simonb/
-MAINTAINER= simonb@NetBSD.org
-COMMENT= Simple robots-like game where you destroy the zombies
+MAINTAINER= simonb@NetBSD.org
+HOMEPAGE= http://www.thistledown.com.au/software/
+COMMENT= Simple robots-like game where you destroy the zombies
-USE_BUILDLINK3= YES
+USE_BUILDLINK3= yes
.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"