diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-13 11:46:09 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-07-13 11:46:09 +0000 |
commit | e56a38c7b619477551ff845192c9fda3f3c7e08e (patch) | |
tree | 45ac4c0d6968209081a19729187b8b3bca6d4e8f /games/Makefile | |
parent | d326fdfe8da918cad2ff7d02eb80d65b64bef14e (diff) | |
download | ports-e56a38c7b619477551ff845192c9fda3f3c7e08e.tar.gz ports-e56a38c7b619477551ff845192c9fda3f3c7e08e.zip |
Qonk is a small game I wrote to learn some SDL basics. The game is a small
build-and-conquer strategy game with very simple rules. A complete game only
lasts for a few minutes and can be a fun break away from work or whatever
you're doing.
PR: ports/83293
Submitted by: Alejandro Pulver <alejandro@varnet.biz>
Notes
Notes:
svn path=/head/; revision=139062
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 b8a767cdc4c2..08f8abfb1c0e 100644 --- a/games/Makefile +++ b/games/Makefile @@ -415,6 +415,7 @@ SUBDIR += qkmj SUBDIR += qnetchess SUBDIR += qnetwalk + SUBDIR += qonk SUBDIR += qstat SUBDIR += quake2forge SUBDIR += quake2lnx |