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:
parent
3b1e695ab2
commit
b6b597628a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=92998
@ -54,6 +54,7 @@
|
||||
SUBDIR += burgerspace
|
||||
SUBDIR += bzflag
|
||||
SUBDIR += cgoban
|
||||
SUBDIR += cgoban2
|
||||
SUBDIR += circuslinux
|
||||
SUBDIR += civ2demo
|
||||
SUBDIR += clanbomber
|
||||
|
32
games/cgoban2/Makefile
Normal file
32
games/cgoban2/Makefile
Normal 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
1
games/cgoban2/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (cgoban-unix-2.5.3.tar.gz) = b382c45aa8497b7125efbfd90bae6216
|
10
games/cgoban2/pkg-descr
Normal file
10
games/cgoban2/pkg-descr
Normal 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
3
games/cgoban2/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
bin/cgoban2
|
||||
share/java/cgoban2/cgoban.jar
|
||||
@dirrm share/java/cgoban2
|
Loading…
Reference in New Issue
Block a user