# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils games DESCRIPTION="An IGS client written in C++ " HOMEPAGE="http://ccdw.org/~cjj/prog/ccgo/" SRC_URI="http://ccdw.org/~cjj/prog/ccgo/src/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" IUSE="" DEPEND=">=gtkmm-2.4 >=gconfmm-2.6" src_unpack() { unpack ${A} cd "${S}" } src_install() { make DESTDIR="${D}" install || die "make install failed" prepgamesdirs }