gnugo port

This commit is contained in:
angelos 1998-05-20 03:33:35 +00:00
parent 4a24edb62d
commit 0f246437b6
5 changed files with 36 additions and 0 deletions

22
games/gnugo/Makefile Normal file
View File

@ -0,0 +1,22 @@
# OpenBSD makefile for: gnugo
# Version required: 1.2
# Date created: May 19 1998
# Whom: Angelos D. Keromytis
#
# $OpenBSD: Makefile,v 1.1.1.1 1998/05/20 03:33:35 angelos Exp $
#
DISTNAME= gnugo-1.2
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_GNU}
MAINTAINER= angelos@openbsd.org
WRKSRC= ${WRKDIR}/gnugo
ALL_TARGET= gnugo
MAKE_FLAGS+= CFLAGS="${CFLAGS}" -f
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gnugo ${PREFIX}/bin
.include <bsd.port.mk>

1
games/gnugo/files/md5 Normal file
View File

@ -0,0 +1 @@
MD5 (gnugo-1.2.tar.gz) = 8a2617ce9f696cb517ed99550f0b9888

1
games/gnugo/pkg/COMMENT Normal file
View File

@ -0,0 +1 @@
The game of Go.

11
games/gnugo/pkg/DESCR Normal file
View File

@ -0,0 +1,11 @@
The game of Go.
Currently, this program only understands basic Go rules and skills.
It counts the number of liberty for each board piece. Computer move is
generated by choosing among several possible moves to attack the opponent,
defense own pieces and match playing patterns. If no good move is found
then random move will be generated. It doesn't have the concept of eye
although it will try to form one.
-Justin Seger-
jseger@scds.com

1
games/gnugo/pkg/PLIST Normal file
View File

@ -0,0 +1 @@
bin/gnugo