diff options
author | sat <sat@FreeBSD.org> | 2007-04-02 18:01:00 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-04-02 18:01:00 +0800 |
commit | 5148707943fc3151d8b4972b024c446867f6d9d5 (patch) | |
tree | 5057eebdc2b73714a91f94110f496b5bb14ebacd /games/Makefile | |
parent | 76814003a109fb7f1ece56aa64476ff24ec510d6 (diff) | |
download | freebsd-ports-gnome-5148707943fc3151d8b4972b024c446867f6d9d5.tar.gz freebsd-ports-gnome-5148707943fc3151d8b4972b024c446867f6d9d5.tar.zst freebsd-ports-gnome-5148707943fc3151d8b4972b024c446867f6d9d5.zip |
Add port games/hinversi:
Hinversi is a version of Reversi or Othello, a board game. It was written
from the beginning thinking on modularity, to ease the process of changing
and improving the AI engine.
WWW: http://asturio.gmxhome.de/hinversi.html
Author: Claudio Clemens <asturio@gmx.net>
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 fc425e65b4c5..c004b25b27b6 100644 --- a/games/Makefile +++ b/games/Makefile @@ -326,6 +326,7 @@ SUBDIR += hex-a-hop SUBDIR += hexxagon SUBDIR += highmoon + SUBDIR += hinversi SUBDIR += hlserver-admin SUBDIR += hlserver-cs SUBDIR += hlserver-dod |