diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-01-21 02:02:48 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2003-01-21 02:02:48 +0000 |
commit | 595d33b952cb956f23a5e1cbf6d170a653ab9ccb (patch) | |
tree | b73cc165c4c00294d3b52ec8d51ae9974b3bde19 /games/Makefile | |
parent | 555a4e2a70fb482f34c4931f73292a9d6ccec19f (diff) | |
download | ports-595d33b952cb956f23a5e1cbf6d170a653ab9ccb.tar.gz ports-595d33b952cb956f23a5e1cbf6d170a653ab9ccb.zip |
Add cube, it's a 3D OpenGL first person shooter game.
PR: ports/44182
Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.com>
Notes
Notes:
svn path=/head/; revision=73696
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 59eb7c6c75f5..b30d3b66d063 100644 --- a/games/Makefile +++ b/games/Makefile @@ -63,6 +63,7 @@ SUBDIR += crossfire-server SUBDIR += crossword SUBDIR += cryptoslam + SUBDIR += cube SUBDIR += cursive SUBDIR += deal SUBDIR += defendguin |