2011-10-28 14:13:22 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.54 2011/10/28 18:13:22 jcs Exp $
|
2004-09-26 06:06:29 -04:00
|
|
|
|
2007-07-23 12:34:22 -04:00
|
|
|
COMMENT= anonymity service using onion routing
|
2004-09-26 06:06:29 -04:00
|
|
|
|
2011-10-28 14:13:22 -04:00
|
|
|
DISTNAME= tor-0.2.2.34
|
2004-09-26 06:06:29 -04:00
|
|
|
CATEGORIES= net
|
2008-09-19 17:50:59 -04:00
|
|
|
HOMEPAGE= http://www.torproject.org/
|
2004-09-26 06:06:29 -04:00
|
|
|
|
2011-09-07 03:55:41 -04:00
|
|
|
MAINTAINER= Pascal Stumpf <Pascal.Stumpf@cubes.de>
|
2005-05-03 05:23:42 -04:00
|
|
|
|
2004-09-26 06:06:29 -04:00
|
|
|
# BSD
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2011-09-07 03:55:41 -04:00
|
|
|
WANTLIB= c crypto event m pthread ssl z
|
2004-09-26 06:06:29 -04:00
|
|
|
|
2005-06-21 18:54:28 -04:00
|
|
|
MASTER_SITES= ${HOMEPAGE}dist/
|
2004-09-26 06:06:29 -04:00
|
|
|
|
2005-01-03 17:03:00 -05:00
|
|
|
CONFIGURE_STYLE=gnu
|
2011-09-17 06:39:26 -04:00
|
|
|
CONFIGURE_ARGS= --with-ssl-dir=/usr --localstatedir=/var
|
2005-01-03 17:03:00 -05:00
|
|
|
|
2006-09-20 18:06:36 -04:00
|
|
|
DB_DIR= /var/tor
|
2011-09-17 06:39:26 -04:00
|
|
|
SUBST_VARS+= DB_DIR
|
2006-09-20 18:06:36 -04:00
|
|
|
|
2008-01-04 12:48:33 -05:00
|
|
|
FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples
|
2004-09-26 06:06:29 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|