openbsd-ports/net/tor/Makefile
jasper 4ee0250bed - update to 0.2.2.32
from new maintainer pascal stumpf (rui@ timed-out too many times)
additional testing from roberth

ok sthen@
2011-09-07 07:55:41 +00:00

29 lines
590 B
Makefile

# $OpenBSD: Makefile,v 1.52 2011/09/07 07:55:41 jasper Exp $
COMMENT= anonymity service using onion routing
DISTNAME= tor-0.2.2.32
CATEGORIES= net
HOMEPAGE= http://www.torproject.org/
MAINTAINER= Pascal Stumpf <Pascal.Stumpf@cubes.de>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c crypto event m 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>