# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/games-misc/gtklife/gtklife-4.2.ebuild,v 1.2 2006/09/02 07:47:25 mr_bones_ Exp $ inherit games DESCRIPTION="A Conway's Life simulator for Unix." HOMEPAGE="http://ironphoenix.org/tril/gtklife/" SRC_URI="http://ironphoenix.org/tril/gtklife/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="gtk2" DEPEND="!gtk2? ( =x11-libs/gtk+-1.2* ) gtk2? ( >=x11-libs/gtk+-2.4 )" src_compile() { egamesconf $(with_use gtk2) || die "egamesconf failed" emake || die "emake failed" } src_install() { egamesinstall || die "egamesinstall failed" dodoc ChangeLog NEWS README prepgamesdirs }