# $Id: Portfile,v 1.11 2005/06/23 15:31:36 toby Exp $ PortSystem 1.0 name tor version 0.1.0.10 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/ checksums md5 a7d27084ebe3f407c0c3fdaf61fb5631 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