# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # Mark Silinio DESCRIPTION="pop3.proxy is a proxy server for the POP3 protocol" HOMEPAGE="http://quietsche-entchen.de/cgi-bin/wiki.cgi/proxies/Pop3Proxy" SRC_URI="http://quietsche-entchen.de/cgi-bin/wiki.cgi/download/${P}-beta4.tar.gz" LICENSE="GPL-2" KEYWORDS="x86" IUSE="clamav" DEPEND="clamav? ( >=app-antivirus/clamav-0.80 )" S=${WORKDIR}/${P}-beta4 src_compile() { emake pop3.proxy } src_install() { dobin pop3.proxy dodoc README LICENSE rfc1939.txt doman pop3.proxy.1 }