DESCRIPTION="pptpproxy forwards PPTP VPN connections through a Linux firewall" HOMEPAGE="http://www.mgix.com/pptpproxy/" SRC_URI="http://www.mgix.com/pptpproxy/${P}.tar.bz2" LICENSE="public-domain" SLOT="0" KEYWORDS="x86" RDEPEND="dev-lang/perl" S=${WORKDIR}/${P} src_unpack() { unpack ${A} cd ${S} } src_compile() { ./make } src_install() { dosbin pptpproxy doman pptpproxy.8 newconfd ${FILESDIR}/pptpproxy.conf pptpproxy newinitd ${FILESDIR}/pptpproxy.rc pptpproxy dodoc todo.txt install.txt license.txt }