# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /home/cvsroot/gentoo-x86/app-emulation/gxmame/gxmame-0.32.ebuild,v 1.6 2003/03/16 18:55:43 seemant Exp $ IUSE="nls" DESCRIPTION="frontend for XMame using the GTK library" HOMEPAGE="http://gxmame.sourceforge.net/" SRC_URI="mirror://sourceforge/gxmame/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86 ppc" DEPEND="x11-base/xfree =x11-libs/gtk+-1.2* =dev-libs/glib-1.2* media-libs/gdk-pixbuf app-emulation/xmame" RDEPEND="nls? ( sys-devel/gettext )" src_compile() { econf `use_enable nls` || die emake || die } src_install() { einstall || die }