diff options
author | snj <snj@pkgsrc.org> | 2004-03-06 20:28:20 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-03-06 20:28:20 +0000 |
commit | c0629a0a9a6d61c635adefb35bc9717083fcc18f (patch) | |
tree | 2235868d5eca0a10e5c51e143d22896abab349a6 /games/zombies/Makefile | |
parent | ed4d4492cd134bd434c70b14f6750715862243c4 (diff) | |
download | pkgsrc-c0629a0a9a6d61c635adefb35bc9717083fcc18f.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/Makefile | 5 |
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" |