aboutsummaryrefslogtreecommitdiff
path: root/games/gnugo
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1999-11-02 03:04:25 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1999-11-02 03:04:25 +0000
commite19ecc06a210b09fc36edd2b460dd3c0b37fc8ad (patch)
tree4a412281d46ac09390ce103e8575cc6e441bb8eb /games/gnugo
parent43fcd240508b13e63748d5b12de2eaffe3818e08 (diff)
downloadports-e19ecc06a210b09fc36edd2b460dd3c0b37fc8ad.tar.gz
ports-e19ecc06a210b09fc36edd2b460dd3c0b37fc8ad.zip
Upgrade to gnugo-2.4
Submitted by: Steve Coltrin <spcoltri@code.cs.unm.edu> PR: ports/13713
Notes
Notes: svn path=/head/; revision=22849
Diffstat (limited to 'games/gnugo')
-rw-r--r--games/gnugo/Makefile15
-rw-r--r--games/gnugo/distinfo2
-rw-r--r--games/gnugo/pkg-descr16
3 files changed, 15 insertions, 18 deletions
diff --git a/games/gnugo/Makefile b/games/gnugo/Makefile
index 70374bc11ff0..4c0ba9753f42 100644
--- a/games/gnugo/Makefile
+++ b/games/gnugo/Makefile
@@ -1,23 +1,22 @@
# New ports collection makefile for: gnugo
-# Version required: 1.2
+# Version required: 2.4
# Date created: 29 December 1996
# Whom: jseger@scds.com
#
# $FreeBSD$
#
-DISTNAME= gnugo-1.2
+DISTNAME= gnugo-2.4
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= gnugo
-MAINTAINER= jseger@freebsd.org
+MAINTAINER= jseger@FreeBSD.org
-WRKSRC= ${WRKDIR}/gnugo
-ALL_TARGET= gnugo
-MAKE_FLAGS+= CFLAGS="${CFLAGS}" -f
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/gnugo ${PREFIX}/bin
+MAN6= gnugo.6
+MANCOMPRESSED= no
.include <bsd.port.mk>
diff --git a/games/gnugo/distinfo b/games/gnugo/distinfo
index e5bc28391fb4..91ea21802fb4 100644
--- a/games/gnugo/distinfo
+++ b/games/gnugo/distinfo
@@ -1 +1 @@
-MD5 (gnugo-1.2.tar.gz) = 8a2617ce9f696cb517ed99550f0b9888
+MD5 (gnugo-2.4.tar.gz) = 218dbbf62077d5fe862ae6b3be45e181
diff --git a/games/gnugo/pkg-descr b/games/gnugo/pkg-descr
index db1d6bb02fd8..d4069163913a 100644
--- a/games/gnugo/pkg-descr
+++ b/games/gnugo/pkg-descr
@@ -1,11 +1,9 @@
-The game of Go.
+This plays a competent beginner's game of Go (the development line has
+achieved a rating of 17 kyu on the No Name Go Server, nngs.cosmic.org 9696),
+and operates both in plain ASCII and using the Go Modem Protocol.
-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.
+For a nice graphical interface, cgoban's Go Modem feature can operate as a
+front-end for gnugo (cgoban is available as a port/package).
--Justin Seger-
-jseger@scds.com
+-Steve Coltrin-
+spcoltri@code.cs.unm.edu