diff options
author | jseger <jseger@FreeBSD.org> | 1999-11-02 11:04:25 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1999-11-02 11:04:25 +0800 |
commit | 01a9a8aa03097438ed2690d065cee54e6f316f04 (patch) | |
tree | ecafbb81a7923169d9fe7c4d116b102a6f0d3b5a /games | |
parent | 82b8a13a3820d62bddc6ceaca2453025b9431260 (diff) | |
download | freebsd-ports-gnome-01a9a8aa03097438ed2690d065cee54e6f316f04.tar.gz freebsd-ports-gnome-01a9a8aa03097438ed2690d065cee54e6f316f04.tar.zst freebsd-ports-gnome-01a9a8aa03097438ed2690d065cee54e6f316f04.zip |
Upgrade to gnugo-2.4
Submitted by: Steve Coltrin <spcoltri@code.cs.unm.edu>
PR: ports/13713
Diffstat (limited to 'games')
-rw-r--r-- | games/gnugo/Makefile | 15 | ||||
-rw-r--r-- | games/gnugo/distinfo | 2 | ||||
-rw-r--r-- | games/gnugo/pkg-descr | 16 |
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 |