Adding baduki version 0.2.9.
Another game of Go. PR: 15431 Submitted by: Steve Coltrin <spcoltri@unm.edu>
This commit is contained in:
parent
c10064abc7
commit
19c0d2e421
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24037
6 changed files with 47 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
|||
SUBDIR += angband
|
||||
SUBDIR += antipolix
|
||||
SUBDIR += awele
|
||||
SUBDIR += baduki
|
||||
SUBDIR += battalion
|
||||
SUBDIR += battleball
|
||||
SUBDIR += biorythm
|
||||
|
|
22
games/baduki/Makefile
Normal file
22
games/baduki/Makefile
Normal file
|
@ -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>
|
1
games/baduki/distinfo
Normal file
1
games/baduki/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (baduki-0.2.9.tar.gz) = c3c6930fd15627d1bb4c419968f15e4f
|
1
games/baduki/pkg-comment
Normal file
1
games/baduki/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
The game of Go
|
17
games/baduki/pkg-descr
Normal file
17
games/baduki/pkg-descr
Normal file
|
@ -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
|
5
games/baduki/pkg-plist
Normal file
5
games/baduki/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
|||
bin/baduki
|
||||
share/baduki/baduki.gtkrc
|
||||
share/baduki/board.xpm
|
||||
share/locale/ko/LC_MESSAGES/baduki.mo
|
||||
@dirrm share/baduki
|
Loading…
Reference in a new issue