From 90342ef3ff7db44c39ded82f11d9c480dbaa0014 Mon Sep 17 00:00:00 2001 From: bad Date: Sun, 31 Jan 1999 21:55:21 +0000 Subject: Freedom, a Go playing program based on GNU Go 1.2 for use with Cgoban. --- games/freedom/Makefile | 12 ++++++++++++ games/freedom/files/md5 | 3 +++ games/freedom/patches/patch-aa | 18 ++++++++++++++++++ games/freedom/pkg/COMMENT | 1 + games/freedom/pkg/DESCR | 3 +++ games/freedom/pkg/PLIST | 2 ++ 6 files changed, 39 insertions(+) create mode 100644 games/freedom/Makefile create mode 100644 games/freedom/files/md5 create mode 100644 games/freedom/patches/patch-aa create mode 100644 games/freedom/pkg/COMMENT create mode 100644 games/freedom/pkg/DESCR create mode 100644 games/freedom/pkg/PLIST (limited to 'games') diff --git a/games/freedom/Makefile b/games/freedom/Makefile new file mode 100644 index 00000000000..445f8d1c4ab --- /dev/null +++ b/games/freedom/Makefile @@ -0,0 +1,12 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/01/31 21:55:21 bad Exp $ + +DISTNAME= freedom-1.8a +CATEGORIES= games +MASTER_SITES= ftp://match.stanford.edu/pub/ + +MAINTAINER= bad@netbsd.org +HOMEPAGE= http://match.stanford.edu/bump/freedom.html + +do-configure: + +.include "../../mk/bsd.pkg.mk" diff --git a/games/freedom/files/md5 b/games/freedom/files/md5 new file mode 100644 index 00000000000..d4851e13b77 --- /dev/null +++ b/games/freedom/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1999/01/31 21:55:21 bad Exp $ + +MD5 (freedom-1.8a.tar.gz) = 46aa381fbcb6f8540d56ec0a67b718a8 diff --git a/games/freedom/patches/patch-aa b/games/freedom/patches/patch-aa new file mode 100644 index 00000000000..c112de9ba07 --- /dev/null +++ b/games/freedom/patches/patch-aa @@ -0,0 +1,18 @@ +$NetBSD: patch-aa,v 1.1.1.1 1999/01/31 21:55:21 bad Exp $ + +--- Makefile.orig Thu Jan 28 18:12:14 1999 ++++ Makefile Thu Jan 28 19:42:21 1999 +@@ -21,7 +21,12 @@ + + CFLAGS = -g -O2 $(GCCWARNINGS) + +-liberty : patterns.h $(OBJ) mkpat ++all: freedom ++ ++install: freedom ++ ${BSD_INSTALL_PROGRAM} $(NAME) ${PREFIX}/bin ++ ++freedom : patterns.h $(OBJ) mkpat + $(CC) $(CFLAGS) $(OBJ) -o $(NAME) + + matchpat.o : patterns.h diff --git a/games/freedom/pkg/COMMENT b/games/freedom/pkg/COMMENT new file mode 100644 index 00000000000..a9add516cea --- /dev/null +++ b/games/freedom/pkg/COMMENT @@ -0,0 +1 @@ +a Go playing program based on GNU go diff --git a/games/freedom/pkg/DESCR b/games/freedom/pkg/DESCR new file mode 100644 index 00000000000..9476463ba3b --- /dev/null +++ b/games/freedom/pkg/DESCR @@ -0,0 +1,3 @@ +Freedom 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/freedom/pkg/PLIST b/games/freedom/pkg/PLIST new file mode 100644 index 00000000000..4d9929622c4 --- /dev/null +++ b/games/freedom/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1999/01/31 21:55:21 bad Exp $ +bin/freedom -- cgit v1.2.3