diff options
author | steve <steve@FreeBSD.org> | 1999-12-25 11:00:08 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-12-25 11:00:08 +0800 |
commit | 930df2755f013e631ce05b6b6d74593f936d3017 (patch) | |
tree | a32d8299aebc670c275d2d279d983b20af758514 /games/baduki | |
parent | 5eb60b8b9444eb3f1550305a5877da940efded81 (diff) | |
download | freebsd-ports-gnome-930df2755f013e631ce05b6b6d74593f936d3017.tar.gz freebsd-ports-gnome-930df2755f013e631ce05b6b6d74593f936d3017.tar.zst freebsd-ports-gnome-930df2755f013e631ce05b6b6d74593f936d3017.zip |
Adding baduki version 0.2.9.
Another game of Go.
PR: 15431
Submitted by: Steve Coltrin <spcoltri@unm.edu>
Diffstat (limited to 'games/baduki')
-rw-r--r-- | games/baduki/Makefile | 22 | ||||
-rw-r--r-- | games/baduki/distinfo | 1 | ||||
-rw-r--r-- | games/baduki/pkg-comment | 1 | ||||
-rw-r--r-- | games/baduki/pkg-descr | 17 | ||||
-rw-r--r-- | games/baduki/pkg-plist | 5 |
5 files changed, 46 insertions, 0 deletions
diff --git a/games/baduki/Makefile b/games/baduki/Makefile new file mode 100644 index 000000000000..91e3fcadfceb --- /dev/null +++ b/games/baduki/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: baduki +# Version required: 0.2.9 +# Date created: 11 December 1999 +# Whom: spcoltri@unm.edu +# +# $FreeBSD$ +# + +DISTNAME= baduki-0.2.9 +CATEGORIES= games +MASTER_SITES= http://soback.kornet21.net/~artist/baduk/ + +MAINTAINER= spcoltri@unm.edu + +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 + +GNU_CONFIGURE= yes +CONFIGURE_ENV= GTK_CONFIG=${X11BASE}/bin/gtk12-config +USE_X_PREFIX= yes +USE_GMAKE= yes + +.include <bsd.port.mk> diff --git a/games/baduki/distinfo b/games/baduki/distinfo new file mode 100644 index 000000000000..3540ff9d6a3c --- /dev/null +++ b/games/baduki/distinfo @@ -0,0 +1 @@ +MD5 (baduki-0.2.9.tar.gz) = c3c6930fd15627d1bb4c419968f15e4f diff --git a/games/baduki/pkg-comment b/games/baduki/pkg-comment new file mode 100644 index 000000000000..3ba03af046d4 --- /dev/null +++ b/games/baduki/pkg-comment @@ -0,0 +1 @@ +The game of Go diff --git a/games/baduki/pkg-descr b/games/baduki/pkg-descr new file mode 100644 index 000000000000..ea42727f8776 --- /dev/null +++ b/games/baduki/pkg-descr @@ -0,0 +1,17 @@ +Baduki plays the game of Go (baduk in Korean, wei-chi in Chinese), either +against a human with a GTK interface, or against another program using the +Go Modem Protocol. It can also read a game in progress in SGF (Smart Go +Format) and output its analysis of the moves. + +Options: + +-L <level> Set play level, from 1 to 12 (default 7) +-gmp Play in Go Modem Protocol mode +-sgf <file> Analyze game in <file>; write annotated game to standard + output in SGF +-lsgf <file> Load game in <file> + +WWW: http://soback.kornet21.net/~artist/baduk/baduki.html + +- Steve Coltrin +spcoltri@unm.edu diff --git a/games/baduki/pkg-plist b/games/baduki/pkg-plist new file mode 100644 index 000000000000..839837cd3913 --- /dev/null +++ b/games/baduki/pkg-plist @@ -0,0 +1,5 @@ +bin/baduki +share/baduki/baduki.gtkrc +share/baduki/board.xpm +share/locale/ko/LC_MESSAGES/baduki.mo +@dirrm share/baduki |