pkgsrc/games/cgoban-java/Makefile
jlam 1ca11de789 Updated games/cgoban-java to 2.4.57. Changes from version 2.4.55 include:
Adding an "A" to a node with no children no longer crashes the client.
The scroll bar for text wasn't appearing in SGF files.
Fixed the title of the "Limit" column of the server stats window.
Fixed a problem I introduced recently where grid lines were drawn under
	labels on a board. This makes the labels hard to read.
Added a confirmation when you try to close your user info after editing
	it but not saving it.
Simul games now marked with an "S".
Results of never-saved games are no longer left sitting in your result list.
2003-01-28 08:36:58 +00:00

30 lines
790 B
Makefile

# $NetBSD: Makefile,v 1.3 2003/01/28 08:36:58 jlam Exp $
#
DISTNAME= cgoban-unix-2.4.57
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_JAVA2= 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/java-vm.mk"
.include "../../mk/bsd.pkg.mk"