# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /home/cvsroot/gentoo-x86/app-office/dia/dia-0.88.1-r1.ebuild,v 1.12 2003/02/13 09:15:14 vapier Exp $ DESCRIPTION="GTK Hierarchical Jot Note Program" SRC_URI="http://bhepple.freeshell.org/${PN}/${P}.tar.gz" HOMEPAGE="http://bhepple.freeshell.org/gjots" SLOT="0" KEYWORDS="x86 ppc sparc" LICENSE="GPL-2" IUSE="gnome gtk" DEPEND="virtual/x11 >=x11-libs/gtk+-1.2.10 >=gnome-base/gnome-core-1.4.0" src_compile() { local myconf use gnome && myconf="--enable-gnome" econf ${myconf} emake || die } src_install() { make DESTDIR=${D} install || die dodoc AUTHORS COPYING ChangeLog README NEWS TODO KNOWN_BUGS }