# $Id: Portfile,v 1.4 2005/05/16 07:04:26 mww Exp $ PortSystem 1.0 name prtunnel version 0.2.5 categories net platforms darwin maintainers mww@opendarwin.org 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://www.joshbeam.com/software/prtunnel.php master_sites http://www.joshbeam.com/files/ checksums md5 a5af5157dfa0054d4fd61f05a5132c18 use_configure no build.target destroot { xinstall -m 755 -s ${worksrcpath}/prtunnel ${destroot}${prefix}/bin xinstall -m 644 ${worksrcpath}/prtunnel.1 \ ${destroot}${prefix}/share/man/man1/ }