summaryrefslogtreecommitdiff
path: root/games/zombies/Makefile
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2004-03-06 20:28:20 +0000
committersnj <snj@pkgsrc.org>2004-03-06 20:28:20 +0000
commitfeb296d4f30250eff4aa522ece42feb3a2e77b85 (patch)
tree2235868d5eca0a10e5c51e143d22896abab349a6 /games/zombies/Makefile
parent91759c87ba0b7003370291a9f73c784d7c42e18f (diff)
downloadpkgsrc-feb296d4f30250eff4aa522ece42feb3a2e77b85.tar.gz
USE_BUILDLINK3, include curses.buildlink3.mk, and use ${CP} instead of cp
in PLIST.
Diffstat (limited to 'games/zombies/Makefile')
-rw-r--r--games/zombies/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/games/zombies/Makefile b/games/zombies/Makefile
index 539daeebe8e..2ed9d5b49d6 100644
--- a/games/zombies/Makefile
+++ b/games/zombies/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2003/07/17 21:39:50 grant Exp $
+# $NetBSD: Makefile,v 1.4 2004/03/06 20:28:20 snj Exp $
DISTNAME= zombies-1.0
CATEGORIES= games
@@ -8,4 +8,7 @@ MASTER_SITES= http://www.thistledown.com.au/software/ \
MAINTAINER= simonb@NetBSD.org
COMMENT= Simple robots-like game where you destroy the zombies
+USE_BUILDLINK3= YES
+
+.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"