IUSE="" DESCRIPTION="Java filtering proxy server for the World Wide Web" HOMEPAGE="http://muffin.doit.org/" SRC_URI="mirror://sourceforge/${PN}/${PN}-${PV}a.tar.gz" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86" DEPEND=">=virtual/jdk-1.4.1" RDEPEND="sys-devel/binutils" S=${WORKDIR}/${PN}-${PV}a/ src_compile() { econf || die "Failed at configuration step !!!" CLASSPATH=${JDK_HOME}/lib/classes.zip make || \ die "Failed at compilation step !!!" } src_install() { local INSTALL=$(which install) einstall || die "Failed at installation step !!!" dodoc BUGS ChangeLog COPYING MAILINGLIST NEWS README THANKS TODO if [ `use doc` ] then dodir /usr/share/doc/${PN}-${PV}/filter/ $INSTALL ${S}doc/filter/* ${D}usr/share/doc/${PN}-${PV}/filter/ fi }