mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
02fff24267
from distsite Reported by: Dead Microprocessor <dead.microprocessor@gmail.com>
37 lines
888 B
Makefile
37 lines
888 B
Makefile
# ports collection makefile for: tor
|
|
# Date created: 2004.05.28
|
|
# Whom: freebsd-ports@rikrose.net
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tor
|
|
PORTVERSION= 0.0.8.1
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://freehaven.net/tor/dist/ \
|
|
http://www.mavetju.org/download/adopted/
|
|
|
|
MAINTAINER= freebsd-ports@rikrose.net
|
|
COMMENT= An anonymizing overlay network for TCP
|
|
|
|
RUN_DEPENDS= tsocks:${PORTSDIR}/net/tsocks
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
USE_OPENSSL= yes
|
|
USE_REINPLACE= yes
|
|
|
|
MANCOMPRESSED= no
|
|
MAN1= tor.1 tor-resolve.1 torify.1
|
|
|
|
post-patch:
|
|
@${MV} ${WRKSRC}/contrib/tor-tsocks.conf \
|
|
${WRKSRC}/contrib/tor-tsocks.conf.sample
|
|
@${REINPLACE_CMD} -e "s|tor-tsocks.conf|tor-tsocks.conf.sample|g" \
|
|
${WRKSRC}/contrib/Makefile.in
|
|
|
|
post-install:
|
|
@${CP} ${WRKSRC}/contrib/tor.sh ${LOCALBASE}/etc/rc.d/tor.sh.sample
|
|
|
|
.include <bsd.port.mk>
|