diff options
author | wiz <wiz> | 2002-10-21 12:24:11 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-10-21 12:24:11 +0000 |
commit | c81622a524a8be49d33d21c0add479f5ab34523f (patch) | |
tree | 0e8c6579aed580f786abe3b0714903f1a6fd2525 /games | |
parent | 163439d2138848baf59c208b1511100c76a03dae (diff) | |
download | pkgsrc-c81622a524a8be49d33d21c0add479f5ab34523f.tar.gz |
Convert to buildlink2.
Diffstat (limited to 'games')
-rw-r--r-- | games/xtux/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/xtux/Makefile b/games/xtux/Makefile index 54b0bf69f94..bee2c00b624 100644 --- a/games/xtux/Makefile +++ b/games/xtux/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/12/19 10:05:08 tron Exp $ +# $NetBSD: Makefile,v 1.6 2002/10/21 12:27:20 wiz Exp $ # DISTNAME= xtux-arena-src-nov-15 @@ -11,7 +11,7 @@ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://xtux.sourceforge.net/ COMMENT= 2D multi-player shootout using images from the Open Software scene -USE_XPM= YES +USE_BUILDLINK2= YES USE_GMAKE= YES WRKSRC= ${WRKDIR}/xtux @@ -28,4 +28,5 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tux_serv ${PREFIX}/bin/tux_serv ${INSTALL_PROGRAM} ${WRKSRC}/xtux ${PREFIX}/bin/xtux +.include "../../graphics/xpm/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |