diff options
Diffstat (limited to 'games/tanked/Makefile')
-rw-r--r-- | games/tanked/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/games/tanked/Makefile b/games/tanked/Makefile index a82d9da1645..dd2b015f59a 100644 --- a/games/tanked/Makefile +++ b/games/tanked/Makefile @@ -1,16 +1,16 @@ -# $NetBSD: Makefile,v 1.6 2001/02/16 15:10:59 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2002/10/21 12:11:03 wiz Exp $ # DISTNAME= tanked-0.90 CATEGORIES= games x11 -MASTER_SITES= http://ogresoft.dyn.ml.org/ +MASTER_SITES= # empty MAINTAINER= root@garbled.net -HOMEPAGE= http://ogresoft.dyn.ml.org/tanked.html +#HOMEPAGE= http://ogresoft.dyn.ml.org/tanked.html COMMENT= Multiplayer internet tank game for X11 USE_X11BASE= YES -USE_XPM= YES +USE_BUILDLINK2= YES post-patch: @${TOUCH} ${WRKSRC}/client/tanked.man @@ -18,4 +18,5 @@ post-patch: @${SED} -e 's@XXX@${X11PREFIX}/share/tanked/@' \ < ${WRKSRC}/server/maps.list.bak > ${WRKSRC}/server/maps.list +.include "../../graphics/xpm/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |