diff options
author | miwi <miwi@FreeBSD.org> | 2006-11-07 21:47:12 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-11-07 21:47:12 +0800 |
commit | ef0d1fb23b865c8360fdfa7c08185909d69e6ee0 (patch) | |
tree | 0fd1605cfaf12af5592bc1d7ed53c0297b22a478 /games/Makefile | |
parent | c2e6f34acc90155bd984b945d1b55867fb6654b4 (diff) | |
download | freebsd-ports-gnome-ef0d1fb23b865c8360fdfa7c08185909d69e6ee0.tar.gz freebsd-ports-gnome-ef0d1fb23b865c8360fdfa7c08185909d69e6ee0.tar.zst freebsd-ports-gnome-ef0d1fb23b865c8360fdfa7c08185909d69e6ee0.zip |
Quaqut is a simple program that queries Unreal Tournament 2004 (TM)
game servers and retrieves information like those available while
browsing servers in the game. That means information like server
name, game type and current map, names and scores of players, and much more.
WWW: http://quaqut.sourceforge.net/
PR: ports/104698
Submitted by: Alexander Logvinov <ports@logvinov.com>
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 e4aff63f05e6..151fb5b914e3 100644 --- a/games/Makefile +++ b/games/Makefile @@ -597,6 +597,7 @@ SUBDIR += quake3 SUBDIR += quake3-data SUBDIR += quakeforge + SUBDIR += quaqut SUBDIR += qudos SUBDIR += quetoo SUBDIR += quit |