openbsd-ports/net/tor/Makefile
sthen d51fcc95b5 Update tor to 0.2.1.22; from robert at openbsd dot pap dot st, thanks!
"Some of their directories were compromised and they changed keys:
http://archives.seul.org/or/talk/Jan-2010/msg00161.html"

ok ajacoutot@ jasper@ espie@
2010-01-23 21:00:09 +00:00

29 lines
575 B
Makefile

# $OpenBSD: Makefile,v 1.43 2010/01/23 21:00:09 sthen Exp $
COMMENT= anonymity service using onion routing
DISTNAME= tor-0.2.1.22
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>