diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-17 11:38:43 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2005-11-17 11:38:43 +0000 |
commit | 750372843d3459354c766f3ba02bbe4af09b51ba (patch) | |
tree | 4246e84d7fa1c92d50e990e993c6b45a6f5970bf /games/Makefile | |
parent | 229cc12e47333f335061d0511880da6dac8800c3 (diff) | |
download | ports-750372843d3459354c766f3ba02bbe4af09b51ba.tar.gz ports-750372843d3459354c766f3ba02bbe4af09b51ba.zip |
[New port] games/quake4
id Software has released Linux binaries for Quake 4! Hooray!
They seem to work on FreeBSD as well (worked on my machine,
about 5 FPS ;-)).
There isn't a port for it at the moment, so I've made one.
I don't feel like maintaining it, because I can't really
test it on my machine.
The port isn't complete; There isn't a switch to install
dedicated only (wouldn't be hard though) and I guess we
shouldn't be able to build packages from it.
Have fun! :-)
* Renamed it to games/linux-quake4 to stay consistent with other quake ports.
PR: ports/87764
Submitted by: Ed Schouten <ed@fxq.nl>
Notes
Notes:
svn path=/head/; revision=148585
Diffstat (limited to 'games/Makefile')
-rw-r--r-- | games/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/Makefile b/games/Makefile index ab24c676d75e..27e71a3a1eda 100644 --- a/games/Makefile +++ b/games/Makefile @@ -331,6 +331,7 @@ SUBDIR += linux-nwnclient SUBDIR += linux-nwserver SUBDIR += linux-quake3-demo + SUBDIR += linux-quake4 SUBDIR += linux-spheresofchaos-demo SUBDIR += linux-steam SUBDIR += linux-ut2003-demo |