# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="swfmill is an xml2swf and swf2xml processor with import functionalities" HOMEPAGE="http://swfmill.org" SRC_URI="http://swfmill.org/releases/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="dev-libs/libxml2 dev-libs/libxslt media-libs/freetype media-libs/libpng" DEPEND="${RDEPEND} dev-util/pkgconfig" src_install() { emake DESTDIR="${D}" install || die "emake install failed" dodoc AUTHORS NEWS README TODO }