diff options
author | will <will@FreeBSD.org> | 2000-04-07 11:31:17 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-04-07 11:31:17 +0800 |
commit | 0e6b87dad6b9f68232281d60b4f95203b6c69c25 (patch) | |
tree | f3bd52584b039abbd081294103aadf9f4601f97a /games/Makefile | |
parent | ea89f63044f006d03e55589702fea4acd1697f06 (diff) | |
download | freebsd-ports-gnome-0e6b87dad6b9f68232281d60b4f95203b6c69c25.tar.gz freebsd-ports-gnome-0e6b87dad6b9f68232281d60b4f95203b6c69c25.tar.zst freebsd-ports-gnome-0e6b87dad6b9f68232281d60b4f95203b6c69c25.zip |
Add SDL port of id Software's famous Quake game. Unfortunately, due to
SDL's requirement of linuxthreads, this port will only work on systems
running FreeBSD 4.0 and later. :-(
But, I would just like to rant about how cool sdlquake is. It's so FAST
(heck, takes about 90 seconds to compile+link on my PII-300), it's so
beautiful, and it's so much fun!! :-)
Okay, I know the Q3A freaks are gonna look at me funny, but hey, I'm free
of Windows (*grumble* except for scientific apps), and they're not. ;-)
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 7a1386a0adff..1913fed8d97c 100644 --- a/games/Makefile +++ b/games/Makefile @@ -121,6 +121,7 @@ SUBDIR += rocksndiamonds SUBDIR += rollemup SUBDIR += rubix + SUBDIR += sdlquake SUBDIR += seabattle SUBDIR += seahaven SUBDIR += sl |