# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: initial version Ron Simpkin doobedoobedo@quake3world.com IUSE="nls" DESCRIPTION="Kids card/puzzle game" SRC_URI="http://home-2.consunet.nl/~cb007736/groundhog-1.4.tar.gz" HOMEPAGE="http://home-2.consunet.nl/~cb007736/groundhog.html" S="${WORKDIR}/${P}" SLOT="0" LICENSE="GPL" KEYWORDS="x86 ppc sparc sparc64" DEPEND="virtual/x11 >=x11-libs/gtk+-2.0.0 >=dev-libs/glib-2.0.0" src_unpack() { unpack ${A} } src_compile() { local myconf if [ "`use nls`" ] then myconf="--enable-nls " else myconf="--disable-nls " fi econf ${myconf} emake || die } src_install() { einstall dodoc README NEWS AUTHORS COPYING TODO ABOUT-NLS Changelog }