# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: inherit eutils mono DESCRIPTION="Browser with search capability for the International Classification of Diseases (ICD) codes" HOMEPAGE="http://aperitto.byethost14.com/icd-browser.html" SRC_URI="http://aperitto.byethost14.com/media/Downloads/${PN}_0.1.tar.gz" KEYWORDS="~x86" LICENSE="GPL-2" SLOT="0" IUSE="" RDEPEND="dev-lang/mono dev-dotnet/gtk-sharp dev-dotnet/gtkhtml-sharp" DEPEND="${RDEPEND}" S=${WORKDIR}/${PN} src_compile() { ./autogen.sh || die "autogen.sh failed" emake || die "emake failed" } src_install() { make DESTDIR=${D} install || die "make install failed" dodc AUTHORS ChangeLog README }