# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # Mark Silinio DESCRIPTION="smtp.proxy is an application level gateway for SMTP" HOMEPAGE="http://quietsche-entchen.de/cgi-bin/wiki.cgi/proxies/SmtpProxy" SRC_URI="http://quietsche-entchen.de/cgi-bin/wiki.cgi/download/${P}.tar.gz" LICENSE="GPL-2" KEYWORDS="x86" src_compile() { emake smtp.proxy } src_install() { dobin smtp.proxy dodoc README LICENSE rfc821.txt doman smtp.proxy.1 }