Sat Jun 27 09:32:15 2015 UTC ()
Depends on netpbm. PKGREVISION -> 18


(dholland)
diff -r1.59 -r1.60 pkgsrc/games/xracer/Makefile

cvs diff -r1.59 -r1.60 pkgsrc/games/xracer/Makefile (expand / switch to unified diff)

--- pkgsrc/games/xracer/Makefile 2015/06/12 10:50:07 1.59
+++ pkgsrc/games/xracer/Makefile 2015/06/27 09:32:15 1.60
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.59 2015/06/12 10:50:07 wiz Exp $ 1# $NetBSD: Makefile,v 1.60 2015/06/27 09:32:15 dholland Exp $
2# 2#
3 3
4DISTNAME= xracer-0.96.9 4DISTNAME= xracer-0.96.9
5PKGREVISION= 17 5PKGREVISION= 18
6CATEGORIES= games x11 6CATEGORIES= games x11
7MASTER_SITES= http://www.annexia.org/_file/ 7MASTER_SITES= http://www.annexia.org/_file/
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10#HOMEPAGE= http://www.annexia.org/freeware/xracer 10#HOMEPAGE= http://www.annexia.org/freeware/xracer
11COMMENT= XRacer is a clone of the popular Psygnosis game Wipeout 11COMMENT= XRacer is a clone of the popular Psygnosis game Wipeout
12 12
13USE_TOOLS+= gmake perl:run 13USE_TOOLS+= gmake perl:run
14PERL5_PACKLIST= auto/XRacer/.packlist 14PERL5_PACKLIST= auto/XRacer/.packlist
15 15
16MAKE_JOBS_SAFE= no 16MAKE_JOBS_SAFE= no
17USE_LIBTOOL= yes 17USE_LIBTOOL= yes
18# disabled by patch-an, since the only existing translation is empty 18# disabled by patch-an, since the only existing translation is empty
@@ -21,18 +21,20 @@ USE_LIBTOOL= yes @@ -21,18 +21,20 @@ USE_LIBTOOL= yes
21#USE_PKGLOCALEDIR= yes 21#USE_PKGLOCALEDIR= yes
22GNU_CONFIGURE= yes 22GNU_CONFIGURE= yes
23PERL5_CONFIGURE= no 23PERL5_CONFIGURE= no
24PERL5_CONFIGURE_DIRS= ${WRKSRC}/XRacer 24PERL5_CONFIGURE_DIRS= ${WRKSRC}/XRacer
25REPLACE_PERL+= tools/blender2track/xracer-blender2track.pl \ 25REPLACE_PERL+= tools/blender2track/xracer-blender2track.pl \
26 tools/mktube/xracer-mktube.pl \ 26 tools/mktube/xracer-mktube.pl \
27 tools/mktrack/xracer-mktrack.pl \ 27 tools/mktrack/xracer-mktrack.pl \
28 tools/mktrackscenery/xracer-mktrackscenery.pl \ 28 tools/mktrackscenery/xracer-mktrackscenery.pl \
29 tools/mkcraft/xracer-mkcraft.pl \ 29 tools/mkcraft/xracer-mkcraft.pl \
30 tools/mkmeshnotex/xracer-mkmeshnotex.pl 30 tools/mkmeshnotex/xracer-mkmeshnotex.pl
31 31
32post-configure: do-makemaker-configure 32post-configure: do-makemaker-configure
33 33
 34DEPENDS+= netpbm-[0-9]*:../../graphics/netpbm
 35
34.include "../../devel/gettext-lib/buildlink3.mk" 36.include "../../devel/gettext-lib/buildlink3.mk"
35.include "../../graphics/Mesa/buildlink3.mk" 37.include "../../graphics/Mesa/buildlink3.mk"
36.include "../../mk/jpeg.buildlink3.mk" 38.include "../../mk/jpeg.buildlink3.mk"
37.include "../../lang/perl5/module.mk" 39.include "../../lang/perl5/module.mk"
38.include "../../mk/bsd.pkg.mk" 40.include "../../mk/bsd.pkg.mk"