diff options
author | pav <pav@FreeBSD.org> | 2004-01-27 12:29:47 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-01-27 12:29:47 +0000 |
commit | 8c0e0af16789b7f8e071dad2ad70860f4f28af0a (patch) | |
tree | 6ae2c00697eb2164943e296d50c4f6de352ed8c1 /games/Makefile | |
parent | 6c59593ed9bd93e09133864f77873e512b6e5acb (diff) | |
download | FreeBSD-ports-8c0e0af16789b7f8e071dad2ad70860f4f28af0a.zip FreeBSD-ports-8c0e0af16789b7f8e071dad2ad70860f4f28af0a.tar.gz |
Sgfsummary reads multiple SGF (Smart Game Format) files, specifically
those recording Go/WeiQi/Baduk games, and summarizes their game
information to standard output. It is a part of the Go Tools Project.
PR: ports/61419
Submitted by: Leland Wang <llwang@infor.org>
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 ce19d30..ebce470 100644 --- a/games/Makefile +++ b/games/Makefile @@ -322,6 +322,7 @@ SUBDIR += prboom SUBDIR += ptkei SUBDIR += py-sgflib + SUBDIR += py-sgfsummary SUBDIR += pyching SUBDIR += pydance SUBDIR += pysol |