diff options
-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/ |