# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit games DESCRIPTION="CGoban2 is a Java client for the Keisido Go Server, and a SGF editor." HOMEPAGE="http://kgs.kiseido.com/" SRC_URI="http://kgs.kiseido.com/cgoban-unix-${PV}.tar.bz2" LICENSE="freedist" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" RDEPEND=">=virtual/jre-1.3 \ virtual/x11" S=${WORKDIR}/cgoban src_install() { sed cgoban2 -e 's;_DIR=.;_DIR='"${GAMES_DATADIR}/${PN}"';' dogamesbin cgoban2 insinto ${GAMES_DATADIR}/${PN} doins cgoban.jar prepgamesdirs }