# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Monotone-viz is a small GTK+ application that visualizes monotone ancestry graphs. Monotone is a free distributed version control system. Monotone-viz is developed in the Objective Caml language, using the GTK+ and libgnomecanvas libraries (via LablGTK, an OCaml binding for GTK+), and it uses the dot program from the Graphviz package." HOMEPAGE="http://oandrieu.nerim.net/monotone-viz/" SRC_URI="http://oandrieu.nerim.net/monotone-viz/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="" RDEPEND="dev-lang/ocaml >=x11-libs/gtk+-2.4 gnome-base/libgnomecanvas media-gfx/graphviz dev-ml/lablgtk >=dev-db/sqlite-3.2.7 net-misc/openssh" src_compile() { econf \ --bindir=${D}/usr/bin \ --with-shared-sqlite \ || die "Error: econf failed!" make || dir "Error: make failed!" } src_install() { make install }