Portfile

# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $

PortSystem 1.0
name tor
version 0.1.1.26
categories security
maintainers nomaintainer@macports.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 sha1 4d754ee52e20ae99179a74245a5288527c179ab6
depends_lib port:libevent port:openssl port:zlib
configure.env CPPFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib
configure.args --mandir=${prefix}/share/man

test.run yes
test.target check