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