# $Id: Portfile,v 1.20 2005/11/17 01:26:00 toby Exp $ PortSystem 1.0 name tor-devel version 0.1.1.9-alpha categories security maintainers toby@opendarwin.org description anonymizing overlay network for TCP long_description \ Tor provides a distributed network of servers \ (onion routers). Users bounce their TCP streams \ (web traffic, FTP, SSH, etc.) around the \ routers. This makes it hard for recipients, \ observers, and even the onion routers \ themselves to track the source of the stream. homepage http://tor.eff.org/ platforms darwin master_sites ${homepage}dist/ distname tor-${version} checksums sha1 4003d3519103bd11ecc5140c6c71676d45dc1d0a depends_lib lib:XXX:libevent configure.env CPPFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib configure.args --mandir=${prefix}/share/man test.run yes test.target check