summaryrefslogtreecommitdiff
path: root/games/xracer
AgeCommit message (Collapse)AuthorFilesLines
2001-04-02Move BUILD_USES_MSGFMT in DEPENDS block, mostly by removing emptywiz1-2/+2
lines.
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-4/+4
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-06Make that "autoreconf" -- there is no "autoremake".fredb1-3/+3
2001-02-05Use full pathname "${LOCALBASE}/bin/auto..." in dependences and maketron1-4/+4
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
2001-01-04Replace gettext DEPENDS by BUILD_DEPENDS and USE_LIBINL.wiz1-2/+3
2000-11-27Make this work with current automake.mycroft6-22/+57
2000-11-27Compile modules with `-avoid-version'. Update PLIST accordingly.mycroft4-6/+34
2000-10-15Use new USE_MESA variable to depend on the correct Mesa packagesrh1-2/+2
2000-10-02Include <string.h> for proper declarations and definitions for memset()jlam3-1/+33
and NULL. Fixes some compilation problems seen on NetBSD/alpha.
2000-08-27Convert packages to use PERL5_PACKLIST (part 1). These were the easyjlam2-13/+4
ones to do, and each compiled and installed/de-installed apparently correctly. As a side effect of the dynamic PLIST, we no longer need to have separate -static and -shared PLISTs. It's now easier than ever to make a perl5 package for NetBSD :)
2000-07-31The gettext package gained a shared library. For all packages whichjlam1-2/+2
link against libintl.so, update the dependency on gettext to >=0.10.35nb1.
2000-06-21USE_LIBTOOL instead of PKGLIBTOOL.jlam7-72/+45
Remove unneeded dependency on mpeg-lib. Add dependency on gettext. Clean up Makefile logic.
2000-06-01s/USE_LIBTOOL/USE_PKGLIBTOOL/rh1-2/+2
Add a new USE_LIBTOOL definition that uses the libtool package instead of pkglibtool which is now considered outdated. USE_PKGLIBTOOL is available for backwards compatibility with old packages but is deprecated for new packages.
2000-05-29Add another set of missing files to PLISTrh1-1/+4
2000-05-29fix PLIST to reflect actually installed filesrh1-1/+5
2000-05-29Initial import of xracer-0.96.9, a clone of the popular Psygnosis gamerh14-0/+259
Wipeout, as provided in PR 10217 by Bernd Sieker.