From 94fe14f80fd1d426a22eaf8515a571a099884129 Mon Sep 17 00:00:00 2001 From: Thomas Gellekum Date: Mon, 13 Jan 1997 07:34:13 +0000 Subject: Import of cgoban, an internet go client. Closes PR #2398. Submitted by: Simon Marlow --- games/cgoban/Makefile | 20 ++++++++++++++++++++ games/cgoban/distinfo | 1 + games/cgoban/files/patch-a | 19 +++++++++++++++++++ games/cgoban/pkg-comment | 1 + games/cgoban/pkg-descr | 3 +++ games/cgoban/pkg-plist | 2 ++ 6 files changed, 46 insertions(+) create mode 100644 games/cgoban/Makefile create mode 100644 games/cgoban/distinfo create mode 100644 games/cgoban/files/patch-a create mode 100644 games/cgoban/pkg-comment create mode 100644 games/cgoban/pkg-descr create mode 100644 games/cgoban/pkg-plist (limited to 'games/cgoban') 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 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 -- cgit v1.2.3