# Copyright 1999-2005 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Sergio Carvalho # $Header:$ S="${WORKDIR}/${P}" DESCRIPTION="Monotone-viz is a small GTK+ application that visualizes monotone ancestry graphs." SRC_URI="http://oandrieu.nerim.net/monotone-viz/${P}.tar.gz" HOMEPAGE="http://oandrieu.nerim.net/monotone-viz" LICENSE="UNKNOWN" KEYWORDS="x86" DEPEND=">=dev-db/sqlite-3.2.0 >=x11-libs/gtk+-2.6.7 >=media-gfx/graphviz-2.2 >=dev-ml/lablgtk-2.6.0 >=gnome-base/libgnomecanvas-2.10.0" src_compile() { ./configure \ --host=${CHOST} \ --prefix=/usr \ --infodir=/usr/share/info \ --with-shared-sqlite \ --without-local-lablgtk \ --mandir=/usr/share/man || die "./configure failed" emake || die } src_install () { make DESTDIR=${D} install || die dodoc INSTALL NEWS README }