e2aedfbdc7
- addresses two potential anonymity issues. - starts to fix a bug where in rare cases traffic from one Tor stream gets mixed into another stream. - fixes a variety of smaller issues. ok fgsch@
29 lines
573 B
Makefile
29 lines
573 B
Makefile
# $OpenBSD: Makefile,v 1.35 2008/09/19 21:50:59 rui Exp $
|
|
|
|
COMMENT= anonymity service using onion routing
|
|
|
|
DISTNAME= tor-0.2.0.31
|
|
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>
|