diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-06-07 22:42:16 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-06-07 22:42:16 +0000 |
commit | e9a83999f917772139c84e0bd57de6be33d8260c (patch) | |
tree | dd1969299db0b14f26e8eaf298721d88cae12e15 /games/Makefile | |
parent | 64d74e1caf8719342b6d75201511f1881656c8d4 (diff) | |
download | ports-e9a83999f917772139c84e0bd57de6be33d8260c.tar.gz ports-e9a83999f917772139c84e0bd57de6be33d8260c.zip |
This project, icculus.org/quake3 (sometimes referred to ioquake3, or ioq3 for
short) aims to build upon id Software's Quake 3 source code release. The
source code was released on August 20, 2005 under the GPL. Since then, we have
been cleaning up, fixing bugs, and adding features. Our permanent goal is to
create the open source Quake 3 distribution upon which people base their games
and projects. We also seek to have the perfect version of the engine for
playing Quake 3: Arena, Team Arena, and all popular mods. This distribution of
the engine has been ported to many new platforms and has had a slew of new
features added, along with massive bug extermination.
WWW: http://icculus.org/quake3/
Notes
Notes:
svn path=/head/; revision=164768
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 ef06f09c59fb..67c73d4a2372 100644 --- a/games/Makefile +++ b/games/Makefile @@ -315,6 +315,7 @@ SUBDIR += imaze SUBDIR += inform SUBDIR += interlogic + SUBDIR += ioquake3 SUBDIR += ishido SUBDIR += ivan SUBDIR += jchessboard |