f43c377bd5
tested by myself and "babut". ok dcoppa@
32 lines
713 B
Makefile
32 lines
713 B
Makefile
# $OpenBSD: Makefile,v 1.74 2014/10/05 19:29:20 pascal Exp $
|
|
|
|
COMMENT= anonymity service using onion routing
|
|
|
|
DISTNAME= tor-0.2.4.24
|
|
REVISION= 0
|
|
CATEGORIES= net
|
|
HOMEPAGE= https://www.torproject.org/
|
|
|
|
MAINTAINER= Pascal Stumpf <Pascal.Stumpf@cubes.de>
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c crypto event m pthread ssl z
|
|
|
|
MASTER_SITES= https://www.torproject.org/dist/
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
AUTOCONF_VERSION = 2.69
|
|
# PIE is already taken care of on a per-arch basis, and we have stack protection
|
|
# anyway on FRAME_GROWS_DOWN archs.
|
|
CONFIGURE_ARGS= --with-ssl-dir=/usr \
|
|
--disable-gcc-hardening
|
|
|
|
DB_DIR= /var/tor
|
|
SUBST_VARS+= DB_DIR
|
|
|
|
FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples
|
|
|
|
.include <bsd.port.mk>
|