diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-06-30 11:56:20 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-06-30 11:56:20 +0000 |
commit | d0e304aeaa959af431feca8aee2620846a5d8c52 (patch) | |
tree | 4fca497e7b197954af9c10d1d7b1ae4ec4d365dd /games/xsoldier/Makefile | |
parent | 4e9357cdbd801a4e57305faa3baa49a905b2b6bc (diff) | |
download | pkgsrc-d0e304aeaa959af431feca8aee2620846a5d8c52.tar.gz |
Converted to use buildlink.mk
Diffstat (limited to 'games/xsoldier/Makefile')
-rw-r--r-- | games/xsoldier/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/xsoldier/Makefile b/games/xsoldier/Makefile index 1c21ae3fa28..d2e339a1203 100644 --- a/games/xsoldier/Makefile +++ b/games/xsoldier/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/02/16 15:11:05 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2001/06/30 11:56:20 zuntum Exp $ # DISTNAME= xsoldier-0.96 @@ -9,11 +9,12 @@ MAINTAINER= root@garbled.net HOMEPAGE= http://www.surfline.ne.jp/hachi/xsoldier.html COMMENT= Updated xgalaga type game with awesome graphics +USE_BUILDLINK_ONLY= YES USE_IMAKE= YES -USE_XPM= YES NO_INSTALL_MANPAGES= YES post-patch: ${TOUCH} ${WRKSRC}/xsoldier.man +.include "../../graphics/xpm/buildlink.mk" .include "../../mk/bsd.pkg.mk" |