PortSystem 1.0

name		prtunnel
version		0.2.7
categories	net
license		BSD
platforms	darwin
maintainers	nomaintainer
description	tunnel TCP/IP through HTTP and SOCKS5 proxy servers
long_description	prtunnel is a program that can tunnel TCP/IP \
			connections in a variety of ways, including through \
			HTTP and SOCKS5 proxy servers.

homepage		http://joshbeam.com/software/prtunnel/
master_sites	https://web.archive.org/web/20130509221827/http://www.joshbeam.com/files
checksums		sha1 de6ecd783ceeae841e27a436bc04e4b1de7989f8

use_configure	no

build.target
build.args	CC=${configure.cc}

destroot {
	xinstall -m 755 -s ${worksrcpath}/prtunnel ${destroot}${prefix}/bin
	xinstall -m 644 ${worksrcpath}/prtunnel.1 \
		${destroot}${prefix}/share/man/man1/
}