# Copyright 1999-2007 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="~x86" IUSE="" DEPEND="dev-libs/libxml2 dev-libs/libxslt sys-libs/zlib media-libs/freetype media-libs/libpng dev-util/pkgconfig" RDEPEND="${DEPEND}" src_install() { emake install DESTDIR="${D}" dodoc AUTHORS NEWS README TODO }