Portfile

# $Id: Portfile 22900 2007-03-18 11:25:17Z pipping@macports.org $

PortSystem 1.0
name tor-devel
version 0.1.2.10-rc
categories security
maintainers boeyms@fastmail.fm openmaintainer@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/
distname tor-${version}
checksums sha1 92aa2df82af9379130b6929a945e588609c64014
depends_lib port:libevent port:openssl port:zlib
configure.env CPPFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib
configure.args --mandir=${prefix}/share/man --enable-eventdns

test.run yes
test.target check