# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Image Blending with Multiresolution Splines" HOMEPAGE="http://enblend.sf.net" SRC_URI="mirror://sourceforge/enblend/${P}.tar.gz" LICENSE="GPL-2 VIGRA" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="media-libs/tiff >=dev-libs/boost-1.31.0" src_install() { make DESTDIR=${D} install || die dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO VIGRA_LICENSE }