1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

Add cgoban2 2.5.3, internet Go Server client and game editor.

PR:		ports/58720
Submitted by:	smazanek@steffen-mazanek.de
This commit is contained in:
Oliver Braun 2003-11-03 21:47:55 +00:00
parent 3b1e695ab2
commit b6b597628a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=92998
5 changed files with 47 additions and 0 deletions

View File

@ -54,6 +54,7 @@
SUBDIR += burgerspace
SUBDIR += bzflag
SUBDIR += cgoban
SUBDIR += cgoban2
SUBDIR += circuslinux
SUBDIR += civ2demo
SUBDIR += clanbomber

32
games/cgoban2/Makefile Normal file
View File

@ -0,0 +1,32 @@
# New ports collection makefile for: cgoban2
# Date created: 30 October 2003
# Whom: smazanek@steffen-mazanek.de
#
# $FreeBSD$
#
PORTNAME= cgoban
PORTVERSION= 2.5.3
CATEGORIES= games
MASTER_SITES= http://kgs.kiseido.com/
DISTNAME= ${PORTNAME}-unix-${PORTVERSION}
MAINTAINER= smazanek@steffen-mazanek.de
COMMENT= Internet Go Server client and game editor
WRKSRC= ${WRKDIR}/${PORTNAME}
INSTALLDIR= ${PREFIX}/share/java/cgoban2
USE_JAVA= 1.3+
NO_BUILD= yes
post-patch:
${SED} -e 's|_DIR=.|_DIR=${INSTALLDIR}| ; s|^java|javavm|'\
< ${WRKSRC}/cgoban.sh.in > ${WRKSRC}/cgoban2
do-install:
${MKDIR} ${INSTALLDIR}
${INSTALL_DATA} ${WRKSRC}/cgoban.jar ${INSTALLDIR}
${INSTALL_SCRIPT} ${WRKSRC}/cgoban2 ${PREFIX}/bin/cgoban2
.include <bsd.port.mk>

1
games/cgoban2/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (cgoban-unix-2.5.3.tar.gz) = b382c45aa8497b7125efbfd90bae6216

10
games/cgoban2/pkg-descr Normal file
View File

@ -0,0 +1,10 @@
CGoban 2 has two parts:
* An editor for SGF go files.
* A client for the Kiseido Go Server.
Have fun.
WWW: http://kgs.kiseido.com/en_US/download.html
-- Steffen Mazanek
smazanek@steffen-mazanek.de

3
games/cgoban2/pkg-plist Normal file
View File

@ -0,0 +1,3 @@
bin/cgoban2
share/java/cgoban2/cgoban.jar
@dirrm share/java/cgoban2