diff options
author | tg <tg@FreeBSD.org> | 1997-01-13 15:34:13 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-01-13 15:34:13 +0800 |
commit | 5803db6574d8fa06705d7eecfc486914dd4eb3ee (patch) | |
tree | 1fc8c99d6dcf146e2156188a2f501ab0fc3fc84b | |
parent | 9ab12a3e1749ca11638ca50d6aa6df7ed115ee82 (diff) | |
download | freebsd-ports-gnome-5803db6574d8fa06705d7eecfc486914dd4eb3ee.tar.gz freebsd-ports-gnome-5803db6574d8fa06705d7eecfc486914dd4eb3ee.tar.zst freebsd-ports-gnome-5803db6574d8fa06705d7eecfc486914dd4eb3ee.zip |
Import of cgoban, an internet go client.
Closes PR #2398.
Submitted by: Simon Marlow <simonm@dcs.gla.ac.uk>
-rw-r--r-- | games/cgoban/Makefile | 20 | ||||
-rw-r--r-- | games/cgoban/distinfo | 1 | ||||
-rw-r--r-- | games/cgoban/files/patch-a | 19 | ||||
-rw-r--r-- | games/cgoban/pkg-comment | 1 | ||||
-rw-r--r-- | games/cgoban/pkg-descr | 3 | ||||
-rw-r--r-- | games/cgoban/pkg-plist | 2 |
6 files changed, 46 insertions, 0 deletions
diff --git a/games/cgoban/Makefile b/games/cgoban/Makefile new file mode 100644 index 000000000000..1895df0476d9 --- /dev/null +++ b/games/cgoban/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: cgoban +# Version required: 1.6.7 +# Date created: 28 October 1996 +# Whom: simonm@dcs.gla.ac.uk +# +# $Id$ +# + +DISTNAME= cgoban-1.6.7 +CATEGORIES= games +MASTER_SITES= ftp://igs.nuri.net/Go/clients/ + +MAINTAINER= simonm@dcs.gla.ac.uk + +GNU_CONFIGURE= yes +USE_X11= yes +ALL_TARGET= +MAN6= cgoban.6 + +.include <bsd.port.mk> diff --git a/games/cgoban/distinfo b/games/cgoban/distinfo new file mode 100644 index 000000000000..60fb378cdbb2 --- /dev/null +++ b/games/cgoban/distinfo @@ -0,0 +1 @@ +MD5 (cgoban-1.6.7.tar.gz) = 527dde4ca9a2b3bb54dae553ac90211e diff --git a/games/cgoban/files/patch-a b/games/cgoban/files/patch-a new file mode 100644 index 000000000000..2db2836d2956 --- /dev/null +++ b/games/cgoban/files/patch-a @@ -0,0 +1,19 @@ +*** Makefile.in~ Sat Aug 24 17:26:24 1996 +--- Makefile.in Mon Oct 28 12:22:40 1996 +*************** +*** 36,42 **** + + # Change these values to tell make where to put the binary and the man page + # when it's done compiling. +! PREFIX = /usr/games + BINDIR = $(PREFIX)/bin + MANDIR = $(PREFIX)/man + +--- 36,42 ---- + + # Change these values to tell make where to put the binary and the man page + # when it's done compiling. +! PREFIX = @prefix@ + BINDIR = $(PREFIX)/bin + MANDIR = $(PREFIX)/man + diff --git a/games/cgoban/pkg-comment b/games/cgoban/pkg-comment new file mode 100644 index 000000000000..51e44cb6d884 --- /dev/null +++ b/games/cgoban/pkg-comment @@ -0,0 +1 @@ +Internet Go Server client and game editor diff --git a/games/cgoban/pkg-descr b/games/cgoban/pkg-descr new file mode 100644 index 000000000000..7ab6a94b7d29 --- /dev/null +++ b/games/cgoban/pkg-descr @@ -0,0 +1,3 @@ +Cgoban (Complete Goban) is for Unix systems with X11. It has the +ability to be a computerized go board, view and edit smart-go files, +and connect to go servers on the Internet. diff --git a/games/cgoban/pkg-plist b/games/cgoban/pkg-plist new file mode 100644 index 000000000000..2c81d927a280 --- /dev/null +++ b/games/cgoban/pkg-plist @@ -0,0 +1,2 @@ +bin/cgoban +man/man6/cgoban.6.gz |