update games/xracer: BROKEN on non-i386
PR: 53865 Submitted by: Mark Linimon <linimon@lonesome.com>
This commit is contained in:
parent
c2af8feaee
commit
8bdb8a3ad4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84512
2 changed files with 8 additions and 9 deletions
|
@ -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
|
||||
|
|
|
@ -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/
|
||||
|
|
Loading…
Reference in a new issue