diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-09-13 02:42:44 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-09-13 02:42:44 +0800 |
commit | 5e6997dc633ec6a789c1a4b47cb37e183d063226 (patch) | |
tree | 827d065ae9c445d176294328162c4b3f8e8636c8 /games/Makefile | |
parent | 614251831368d3a99975a6ad5d9ea2b9fc43aea7 (diff) | |
download | freebsd-ports-gnome-5e6997dc633ec6a789c1a4b47cb37e183d063226.tar.gz freebsd-ports-gnome-5e6997dc633ec6a789c1a4b47cb37e183d063226.tar.zst freebsd-ports-gnome-5e6997dc633ec6a789c1a4b47cb37e183d063226.zip |
This is a graphically pleasing implementation of Go. It uses gnugo as
its engine.
PR: 103136
Submitted by: Gürkan Sengün
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 7b330fe3c675..daf3fc0035c4 100644 --- a/games/Makefile +++ b/games/Makefile @@ -268,6 +268,7 @@ SUBDIR += gnugo SUBDIR += gnurobots SUBDIR += gnushogi + SUBDIR += gnustep-ladder SUBDIR += golddig SUBDIR += gomoku.app SUBDIR += gracer |