diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-17 13:11:27 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-01-17 13:11:27 +0000 |
commit | 0389fa21c69ec984bd594f486d5e645b16b02a3e (patch) | |
tree | eb89d21145cf601653e21bcf58f5f94b01ec525e /games/Makefile | |
parent | 16a085054eb507823629fac03b4e0ced18b1b484 (diff) | |
download | ports-0389fa21c69ec984bd594f486d5e645b16b02a3e.tar.gz ports-0389fa21c69ec984bd594f486d5e645b16b02a3e.zip |
New port: games/braincurses
BrainCurses is a clone of the Mastermind game implemented
in ncurses.
PR: ports/47097
Submitted by: Michael L. Hostbaek <mich@freebsdcluster.org>
Notes
Notes:
svn path=/head/; revision=73347
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 1c70f1b14282..fc0afcc1537c 100644 --- a/games/Makefile +++ b/games/Makefile @@ -38,6 +38,7 @@ SUBDIR += bomb SUBDIR += bomberinstinct SUBDIR += bombermaze + SUBDIR += braincurses SUBDIR += bs SUBDIR += bsp SUBDIR += bugsx |