pkgsrc/games/cgoban-java/Makefile
rh d99149d205 Update cgoban-java to 2.6.7. Changes include:
Bugs Fixed
----------

C13 - Got audio test working again.

C13 - Fixed a bug that would let non-subscribers see KGS Plus games.

Features Added
--------------

C13 - Changed escaper system. Chronic escapers now effectively resign
every time that they escape.

C13 - KGS Plus lectures now marked with a "+" instead of a "!".

S - When you are watching a lecture or replay, you will not get the
"You have been idle a long time" warning.

C13 - Added a confirmation dialog for admins when they enter a private
game. From time to time admins have accidentally entered a private
game, not intending to intrude; this will still let them in, but make
sure they don't do it by accident.

W - Made it possible to order KGS Plus as a gift for an account that
you don't have the password of.

S,C13 - Can now record KGS Plus lectures and play them back later.
2004-11-20 05:07:17 +00:00

30 lines
787 B
Makefile

# $NetBSD: Makefile,v 1.23 2004/11/20 05:07:17 rh Exp $
#
DISTNAME= cgoban-unix-2.6.7
PKGNAME= ${DISTNAME:S/unix/java/}
CATEGORIES= games java
MASTER_SITES= http://kgs.kiseido.com/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= rh@NetBSD.org
HOMEPAGE= http://kgs.kiseido.com/en_US/download.html
COMMENT= Java Go server client and SGF viewer/editor
WRKSRC= ${WRKDIR}/cgoban
NO_BUILD= yes
USE_BUILDLINK3= 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"