# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="mtsh is a GUI for working with monotone working copies" HOMEPAGE="https://netfiles.uiuc.edu/brownawe/www/mtsh/" SRC_URI="https://netfiles.uiuc.edu/brownawe/www/mtsh/mtsh-0.2.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64" IUSE="" DEPEND=">=dev-cpp/gtkmm-2.6" RDEPEND="${DEPEND}" S="${WORKDIR}/${P}" src_install() { make DESTDIR=${D} install }