diff options
author | daichi <daichi@FreeBSD.org> | 2003-07-09 15:51:31 +0800 |
---|---|---|
committer | daichi <daichi@FreeBSD.org> | 2003-07-09 15:51:31 +0800 |
commit | c8b07fc0dd4d310d2ff7efe4d7f661c811bcb9b7 (patch) | |
tree | 1761a921dd6ed589827083a6d22ae1c962a26823 /games | |
parent | 37839abf8f44c642d19411ffc612e5e57c75c427 (diff) | |
download | freebsd-ports-gnome-c8b07fc0dd4d310d2ff7efe4d7f661c811bcb9b7.tar.gz freebsd-ports-gnome-c8b07fc0dd4d310d2ff7efe4d7f661c811bcb9b7.tar.zst freebsd-ports-gnome-c8b07fc0dd4d310d2ff7efe4d7f661c811bcb9b7.zip |
update games/xracer: BROKEN on non-i386
PR: 53865
Submitted by: Mark Linimon <linimon@lonesome.com>
Diffstat (limited to 'games')
-rw-r--r-- | games/xracer/Makefile | 4 | ||||
-rw-r--r-- | games/xracer/pkg-descr | 13 |
2 files changed, 8 insertions, 9 deletions
diff --git a/games/xracer/Makefile b/games/xracer/Makefile index f283b363f3cf..f027eeabb349 100644 --- a/games/xracer/Makefile +++ b/games/xracer/Makefile @@ -14,6 +14,10 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} xracer-data.tar.gz MAINTAINER= troll@digitalspark.net COMMENT= Awesome WipeOut clone for OpenGL and X11! +.if ${MACHINE_ARCH} != i386 +BROKEN= "Does not build on ${MACHINE_ARCH}" +.endif + LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg USE_XLIB= yes diff --git a/games/xracer/pkg-descr b/games/xracer/pkg-descr index eabd3343d722..5383272c562b 100644 --- a/games/xracer/pkg-descr +++ b/games/xracer/pkg-descr @@ -1,11 +1,6 @@ -XRacer is a Wipeout clone. At the moment it is incomplete, but -I will be working on the following areas over the next few -weeks: - * better game physics (eg. sometimes the craft turns over) - * instrument panel (partially done) - * scenery - * time trial and arcade mode - * weapons, powerups - * LAN multiplayer mode +(From the author): + +XRacer is an unfinished game I wrote several years back, aiming to clone +Wipeout. It's looking for a new maintainer. WWW: http://xracer.annexia.org/ |