# $Id: Portfile,v 1.22 2006/05/08 18:42:53 toby Exp $

PortSystem 1.0
name             tor-devel
version          0.1.1.19-rc
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 8d1ab72de1a4ca0569cbc2e9a428fd7149841bd8
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
