aboutsummaryrefslogtreecommitdiff
path: root/games/q3base
Commit message (Collapse)AuthorAgeFilesLines
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-5/+5
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154113
* Add ONLY_FOR_ARCHS=i386 because of 32-bit/endianness assumptionsKris Kennaway2006-01-161-0/+2
| | | | | | | Submitted by: Ed Schouten <ed@fxq.nl> (maintainer) Notes: svn path=/head/; revision=153624
* FIx compiling on 4.11Edwin Groothuis2006-01-021-0/+10
| | | | | | | | Noticed by: YAPHR Submitted by: Ed Schouten <ed@fxq.nl> Notes: svn path=/head/; revision=152572
* [New port] games/q3baseEdwin Groothuis2005-12-305-0/+99
Q3Base is a fork of Quake III Arena. Its advantage is that it has a lot of bugfixes, including support for FreeBSD out of the box. It also uses GNU Autoconf/Automake and works with BSD Make, thus removing the dependency on Perl and GNU Make. It's also more compact than Quake III Arena - 1.4 MB .tar.bz2 vs 5.5 MB .zip. PR: ports/89213 Submitted by: Ed Schouten <ed@fxq.nl> Notes: svn path=/head/; revision=152401