diff options
author | rh <rh> | 2002-12-07 00:27:03 +0000 |
---|---|---|
committer | rh <rh> | 2002-12-07 00:27:03 +0000 |
commit | 45c2e4085bc989b593d1485950c29b1aac4162fa (patch) | |
tree | 1685d0e7b26726eb9d6a614897fe6c03637a2c30 /games | |
parent | c7e8557937ba11fdbe6cdba454058b529cb9b205 (diff) | |
download | pkgsrc-45c2e4085bc989b593d1485950c29b1aac4162fa.tar.gz |
Initial import of cgoban-java-2.4.55, a Java Go server client and enhanced
sgf viewer/editor.
Diffstat (limited to 'games')
-rw-r--r-- | games/cgoban-java/DESCR | 5 | ||||
-rw-r--r-- | games/cgoban-java/Makefile | 28 | ||||
-rw-r--r-- | games/cgoban-java/PLIST | 3 | ||||
-rw-r--r-- | games/cgoban-java/distinfo | 4 |
4 files changed, 40 insertions, 0 deletions
diff --git a/games/cgoban-java/DESCR b/games/cgoban-java/DESCR new file mode 100644 index 00000000000..bd2ad2243c1 --- /dev/null +++ b/games/cgoban-java/DESCR @@ -0,0 +1,5 @@ + CGoban-java (CGoban 2) is a port of the SGF editor of CGoban 1 to Java +combined with a client for the Kiseido Go Server. It is missing the Go +Modem Protocol adapter from CGoban 1 and the IGS/NNGS client from cgoban 1, +but the SGF editor is a bit better (and of course the KGS client in it is +much better than the IGS/NNGS client in CGoban 1). diff --git a/games/cgoban-java/Makefile b/games/cgoban-java/Makefile new file mode 100644 index 00000000000..9e143a265e6 --- /dev/null +++ b/games/cgoban-java/Makefile @@ -0,0 +1,28 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/12/07 00:27:03 rh Exp $ +# + +DISTNAME= cgoban-unix-2.4.55 +PKGNAME= ${DISTNAME:S/unix/java/} +WRKSRC= ${WRKDIR}/cgoban +CATEGORIES= games +MASTER_SITES= http://kgs.kiseido.com/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://kgs.kiseido.com/en_US/download.html +COMMENT= Java Go server client and sgf viewer/editor + +NO_BUILD= YES +USE_BUILDLINK2= YES +USE_JAVA= run + +do-configure: + ${SED} -e 's|\(_DIR=\).|\1${PREFIX}/libexec|' \ + -e 's|^\(java\)|${PKG_JAVA_HOME}/bin/\1|' \ + < ${WRKSRC}/cgoban.sh.in > ${WRKSRC}/cgoban.sh + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/cgoban.sh ${PREFIX}/bin/cgoban-java + ${INSTALL_DATA} ${WRKSRC}/cgoban.jar ${PREFIX}/libexec + +.include "../../mk/bsd.pkg.mk" diff --git a/games/cgoban-java/PLIST b/games/cgoban-java/PLIST new file mode 100644 index 00000000000..219b30c0d03 --- /dev/null +++ b/games/cgoban-java/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2002/12/07 00:27:04 rh Exp $ +bin/cgoban-java +libexec/cgoban.jar diff --git a/games/cgoban-java/distinfo b/games/cgoban-java/distinfo new file mode 100644 index 00000000000..0a3153273a9 --- /dev/null +++ b/games/cgoban-java/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2002/12/07 00:27:04 rh Exp $ + +SHA1 (cgoban-unix-2.4.55.tar.bz2) = 4365a5b7a1d8426f87d99f5c62754f3dd542519e +Size (cgoban-unix-2.4.55.tar.bz2) = 1015681 bytes |