2001-11-29 20:46:10 +01:00
|
|
|
# $NetBSD: Makefile,v 1.21 2001/11/29 19:46:11 jlam Exp $
|
2000-05-29 08:36:00 +02:00
|
|
|
#
|
|
|
|
|
2000-06-21 10:12:37 +02:00
|
|
|
DISTNAME= xracer-0.96.9
|
|
|
|
CATEGORIES= games x11
|
|
|
|
MASTER_SITES= http://xracer.annexia.org/files/
|
2000-05-29 08:36:00 +02:00
|
|
|
|
2000-06-21 10:12:37 +02:00
|
|
|
MAINTAINER= bsieker@freenet.de
|
|
|
|
HOMEPAGE= http://xracer.annexia.org/
|
2001-02-16 16:10:41 +01:00
|
|
|
COMMENT= XRacer is a clone of the popular Psygnosis game Wipeout
|
2000-05-29 08:36:00 +02:00
|
|
|
|
2001-08-26 12:32:18 +02:00
|
|
|
BUILD_DEPENDS+= automake>=1.4:../../devel/automake
|
2001-08-30 00:41:00 +02:00
|
|
|
BUILD_USES_MSGFMT= # defined
|
2000-05-29 08:36:00 +02:00
|
|
|
|
2001-08-30 00:41:00 +02:00
|
|
|
USE_BUILDLINK_ONLY= # defined
|
2000-06-21 10:12:37 +02:00
|
|
|
USE_GMAKE= # defined
|
|
|
|
USE_PERL5= # defined
|
2000-08-27 09:10:59 +02:00
|
|
|
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XRacer/.packlist
|
2000-05-29 08:36:00 +02:00
|
|
|
|
2000-06-21 10:12:37 +02:00
|
|
|
USE_LIBTOOL= # defined
|
|
|
|
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
|
|
|
|
|
|
|
|
GNU_CONFIGURE= # defined
|
|
|
|
|
2000-11-27 22:20:06 +01:00
|
|
|
pre-configure:
|
2001-02-06 04:16:56 +01:00
|
|
|
cd ${WRKSRC} && ${LOCALBASE}/bin/automake --gnu --no-force && ${LOCALBASE}/bin/autoconf
|
2000-11-27 22:20:06 +01:00
|
|
|
|
2000-05-29 08:36:00 +02:00
|
|
|
pre-patch:
|
|
|
|
.for perlfile in blender2track/xracer-blender2track.pl \
|
|
|
|
mktube/xracer-mktube.pl \
|
|
|
|
mktrack/xracer-mktrack.pl \
|
|
|
|
mktrackscenery/xracer-mktrackscenery.pl \
|
|
|
|
mkcraft/xracer-mkcraft.pl \
|
|
|
|
mkmeshnotex/xracer-mkmeshnotex.pl
|
|
|
|
@${CP} ${WRKSRC}/tools/${perlfile} ${WRKSRC}/tools/${perlfile}.BAK
|
2000-08-27 09:10:59 +02:00
|
|
|
@${SED} 's!/usr/bin/perl!${PERL5}!g' \
|
2000-06-21 10:12:37 +02:00
|
|
|
< ${WRKSRC}/tools/${perlfile}.BAK > ${WRKSRC}/tools/${perlfile}
|
2000-05-29 08:36:00 +02:00
|
|
|
@${RM} ${WRKSRC}/tools/${perlfile}.BAK
|
|
|
|
.endfor
|
|
|
|
|
2001-06-29 00:40:56 +02:00
|
|
|
.include "../../devel/gettext-lib/buildlink.mk"
|
|
|
|
.include "../../graphics/Mesa/buildlink.mk"
|
|
|
|
.include "../../graphics/jpeg/buildlink.mk"
|
2001-10-25 00:10:43 +02:00
|
|
|
.include "../../mk/x11.buildlink.mk"
|
2000-05-29 08:36:00 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|