summaryrefslogtreecommitdiff
path: root/games/xracer
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2001-06-28 22:40:56 +0000
committerzuntum <zuntum@pkgsrc.org>2001-06-28 22:40:56 +0000
commitf3f29f23fba7f53decdc533285d367966045964c (patch)
tree7e02ec7da0abfd4157b82cc2cf1743584e997ee2 /games/xracer
parent6659ff481f2d0347ef99db486e8544a28206031f (diff)
downloadpkgsrc-f3f29f23fba7f53decdc533285d367966045964c.tar.gz
o convert to use buildlink.mk, set USE_BUILDLINK_ONLY
Diffstat (limited to 'games/xracer')
-rw-r--r--games/xracer/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/games/xracer/Makefile b/games/xracer/Makefile
index 68a4da786e8..c4d8f12143e 100644
--- a/games/xracer/Makefile
+++ b/games/xracer/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2001/06/11 06:34:34 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2001/06/28 22:40:56 zuntum Exp $
#
DISTNAME= xracer-0.96.9
@@ -12,13 +12,11 @@ COMMENT= XRacer is a clone of the popular Psygnosis game Wipeout
BUILD_DEPENDS+= autoconf-2.13:../../devel/autoconf
BUILD_DEPENDS+= automake-1.4:../../devel/automake
BUILD_USES_MSGFMT= yes
-DEPENDS+= jpeg-*:../../graphics/jpeg
+USE_BUILDLINK_ONLY= YES
USE_X11= # defined
-USE_MESA= # defined
USE_GMAKE= # defined
USE_PERL5= # defined
-USE_LIBINTL= # defined
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XRacer/.packlist
USE_LIBTOOL= # defined
@@ -26,9 +24,6 @@ LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
GNU_CONFIGURE= # defined
-CPPFLAGS+= -I${LOCALBASE}/include
-CPPFLAGS+= -I${X11BASE}/include
-
pre-configure:
cd ${WRKSRC} && ${LOCALBASE}/bin/automake --gnu --no-force && ${LOCALBASE}/bin/autoconf
@@ -45,4 +40,7 @@ pre-patch:
@${RM} ${WRKSRC}/tools/${perlfile}.BAK
.endfor
+.include "../../devel/gettext-lib/buildlink.mk"
+.include "../../graphics/Mesa/buildlink.mk"
+.include "../../graphics/jpeg/buildlink.mk"
.include "../../mk/bsd.pkg.mk"