diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/gnugo/Makefile | 12 | ||||
-rw-r--r-- | games/gnugo/files/md5 | 3 | ||||
-rw-r--r-- | games/gnugo/patches/patch-aa | 34 | ||||
-rw-r--r-- | games/gnugo/pkg/COMMENT | 1 | ||||
-rw-r--r-- | games/gnugo/pkg/DESCR | 3 | ||||
-rw-r--r-- | games/gnugo/pkg/PLIST | 2 |
6 files changed, 55 insertions, 0 deletions
diff --git a/games/gnugo/Makefile b/games/gnugo/Makefile new file mode 100644 index 00000000000..ebd57a44ece --- /dev/null +++ b/games/gnugo/Makefile @@ -0,0 +1,12 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/03/11 20:17:36 bad Exp $ + +DISTNAME= gnugo-beta-1.72 +CATEGORIES= games +MASTER_SITES= ftp://match.stanford.edu/pub/ + +MAINTAINER= bad@netbsd.org +HOMEPAGE= http://www.gnu.org/software/gnugo/beta.html + +do-configure: + +.include "../../mk/bsd.pkg.mk" diff --git a/games/gnugo/files/md5 b/games/gnugo/files/md5 new file mode 100644 index 00000000000..3dcde5e63ca --- /dev/null +++ b/games/gnugo/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/03/11 20:17:36 bad Exp $ + +MD5 (gnugo-beta-1.72.tar.gz) = 8dde82c63c853c366c5ba300e9d50757 diff --git a/games/gnugo/patches/patch-aa b/games/gnugo/patches/patch-aa new file mode 100644 index 00000000000..3aa5b75eb54 --- /dev/null +++ b/games/gnugo/patches/patch-aa @@ -0,0 +1,34 @@ +$NetBSD: patch-aa,v 1.1.1.1 1999/03/11 20:17:36 bad Exp $ + +--- Makefile.orig Wed Mar 10 07:36:07 1999 ++++ Makefile Thu Mar 11 21:10:59 1999 +@@ -1,14 +1,14 @@ + # configuration info + +-NAME = gnugo-beta ++NAME = gnugo + VERSION = 1.72 + PREVIOUS = 1.71 + + CFLAGS = -g -O2 $(COLOR) $(GCCWARNINGS) -DVERSION=\"$(VERSION)\" + + # uncomment if you want to have color board display with curses +-COLOR=-DCURSES +-COLORLIB=-lncurses ++#COLOR=-DCURSES ++#COLORLIB=-lncurses + + # or this to use hardcoded ansi escape sequences (dtterm, linux console) + #COLOR=-DANSI_COLOR +@@ -50,6 +50,11 @@ + OBJ = $(SRC:.c=.o) + + ALLOBJ = $(OBJ) patterns.o helpers.o gmp.o ++ ++all : $(NAME) ++ ++install : $(NAME) ++ ${BSD_INSTALL_PROGRAM} $(NAME) ${PREFIX}/bin + + $(NAME) : $(ALLOBJ) + $(CC) $(CFLAGS) $(ALLOBJ) -o $(NAME) $(COLORLIB) diff --git a/games/gnugo/pkg/COMMENT b/games/gnugo/pkg/COMMENT new file mode 100644 index 00000000000..d2d9a5f1eb0 --- /dev/null +++ b/games/gnugo/pkg/COMMENT @@ -0,0 +1 @@ +a Go playing program diff --git a/games/gnugo/pkg/DESCR b/games/gnugo/pkg/DESCR new file mode 100644 index 00000000000..9baf060490c --- /dev/null +++ b/games/gnugo/pkg/DESCR @@ -0,0 +1,3 @@ +Gnugo-beta is a free Go program which runs under Unix. It is descended +from Gnugo 1.2 but is quite a bit stronger. It runs under Cgoban +on the X Window System using the Go Modem Protocol. diff --git a/games/gnugo/pkg/PLIST b/games/gnugo/pkg/PLIST new file mode 100644 index 00000000000..fd784d5988a --- /dev/null +++ b/games/gnugo/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/03/11 20:17:36 bad Exp $ +bin/gnugo |