# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit kde MY_P="${P/_beta/-beta}" S="${WORKDIR}/${MY_P}" DESCRIPTION="A KDE frontend for xmame/xmess emulator. Based on gxmame plus many new features." HOMEPAGE="http://sourceforge.net/projects/kxmame/" SRC_URI="mirror://sourceforge/kxmame/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" pkg_postinst() { einfo "You should emerge games-emulation/xmame or games-emulation/xmess" einfo "if you haven't already to use with the kxmame frontend." }