# $Id: Portfile,v 1.2 2005/09/06 18:47:37 toby Exp $ PortSystem 1.0 name tsocks version 1.8beta5 revision 1 categories net maintainers toby@opendarwin.org description transparent SOCKS proxying library long_description \ tsocks allows non SOCKS aware applications (e.g \ telnet, ssh, ftp etc) to use SOCKS without any \ modification. It does this by intercepting the \ calls that applications make to establish \ network connections and negotating them through \ a SOCKS server as necessary. homepage http://tsocks.sourceforge.net/ platforms darwin master_sites sourceforge checksums md5 51caefd77e5d440d0bbd6443db4fc0f8 worksrcdir ${name}-1.8 patchfiles patch-Makefile.in patch-configure patch-parser.c configure.args --libdir=${prefix}/lib --mandir=${prefix}/share/man build.args CC_SWITCHES="-fno-common"