# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Gestalter is a free vector drawing program" HOMEPAGE="http://www.linotux.ch/gestalter" SRC_URI="http://www.linotux.ch/gestalter/gestalter-${PV}.tar.gz" LICENSE="" SLOT="0" KEYWORDS="x86" DEPEND="gnome-extra/gnomemm =x11-libs/gtk+-1.2* gnome-base/ORBit dev-libs/libsigc++ >=media-libs/freetype-2 media-libs/gdk-pixbuf" src_compile() { econf || die emake || die } src_install() { einstall || die }