f4d43fd4bc
C,W - Changed last appearances of "Kiseido" to "KGS". C,W - Updated German translation. S - Fixed bug that crashed server (related to the MySQL issue). W - Added schedule mailer at last. T - Better error reporting when uploading tournaments to server. W - Added throttling of game archive requests. W - Added help image uploading. S - Refactored rank database for better performance. CGTP - Got comments working properly. C,S - In demo and review games you can now set player names, game name, etc. S - Fixed "kick" for admins. C - Fixed problem with long reasons for booting somebody.
29 lines
810 B
Makefile
29 lines
810 B
Makefile
# $NetBSD: Makefile,v 1.41 2007/07/16 08:55:04 rh Exp $
|
|
#
|
|
|
|
DISTNAME= cgoban-java-3.3.18
|
|
CATEGORIES= games java
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
# Mirrored from http://files.gokgs.com/javaBin/cgoban.jar
|
|
EXTRACT_SUFX= .jar
|
|
|
|
MAINTAINER= rh@NetBSD.org
|
|
HOMEPAGE= http://www.gokgs.com/
|
|
COMMENT= Client for the Kiseido Go Server and SGF viewer/editor
|
|
|
|
WRKSRC= ${WRKDIR}
|
|
USE_JAVA= run
|
|
USE_JAVA2= yes
|
|
USE_TOOLS+= printf
|
|
|
|
INSTALLATION_DIRS= bin lib/java
|
|
|
|
do-build:
|
|
printf "#! ${SH}\\nexec ${JAVA_BINPREFIX}-java -jar ${PREFIX}/lib/java/${DISTNAME}.jar \"\$$@\"\\n" > ${WRKSRC}/cgoban-java.sh
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/cgoban-java.sh ${PREFIX}/bin/cgoban-java
|
|
${INSTALL_DATA} ${WRKSRC}/${DISTNAME}.jar ${PREFIX}/lib/java/${DISTNAME}.jar
|
|
|
|
.include "../../mk/java-vm.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|