diff options
author | vanilla <vanilla@FreeBSD.org> | 2003-01-21 02:02:48 +0000 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2003-01-21 02:02:48 +0000 |
commit | be4a53008fe646d904e7a229eea8ee2bf7857c07 (patch) | |
tree | 16e6a6da4dca7da6e3070d0a96da2568e9d7ff5a /games/Makefile | |
parent | caaa6494aca77677f5b6b15f70ee615da0998075 (diff) | |
download | FreeBSD-ports-be4a53008fe646d904e7a229eea8ee2bf7857c07.zip FreeBSD-ports-be4a53008fe646d904e7a229eea8ee2bf7857c07.tar.gz |
Add cube, it's a 3D OpenGL first person shooter game.
PR: ports/44182
Submitted by: Arjan van Leeuwen <avleeuwen@piwebs.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 59eb7c6..b30d3b6 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 |