# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Graphical menu editor for Fluxbox" HOMEPAGE="http://fme.rhymux.info/" SRC_URI="http://fme.rhymux.info/stable/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="dev-cpp/gtkmm dev-libs/boost dev-cpp/libglademm dev-libs/libsigc++ dev-cpp/glibmm" RDEPEND="" src_install() { make DESTDIR=${D} install }