openbsd-ports/net/tor/Makefile
ajacoutot 76dd1acdea Bugfix update to tor-0.2.1.30.
* amongst other things, add a tweak to Tor's TLS handshake that makes
relays and bridges that run this new version reachable from Iran.

Add an rc script.

from Pascal Stumpf.
MAINTAINER timeout.
2011-03-11 06:49:55 +00:00

29 lines
579 B
Makefile

# $OpenBSD: Makefile,v 1.50 2011/03/11 06:49:55 ajacoutot Exp $
COMMENT= anonymity service using onion routing
DISTNAME= tor-0.2.1.30
CATEGORIES= net
HOMEPAGE= http://www.torproject.org/
MAINTAINER= Rui Reis <rui@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c crypto event pthread ssl z
MASTER_SITES= ${HOMEPAGE}dist/
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --with-ssl-dir=/usr
DB_DIR= /var/tor
SUBST_VARS= DB_DIR
FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples
.include <bsd.port.mk>