33d32d6915
Fixes a heap overflow vulnerability. More information: http://archives.seul.org/or/announce/Jan-2011/msg00000.html from robert AT @openbsd.pap.st
30 lines
592 B
Makefile
30 lines
592 B
Makefile
# $OpenBSD: Makefile,v 1.49 2011/01/18 19:59:17 jasper Exp $
|
|
|
|
COMMENT= anonymity service using onion routing
|
|
|
|
DISTNAME= tor-0.2.1.29
|
|
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
|
|
USE_GROFF = Yes
|
|
|
|
FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples
|
|
|
|
.include <bsd.port.mk>
|