summaryrefslogtreecommitdiff
path: root/security/tor-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/tor-devel/Makefile')
-rw-r--r--security/tor-devel/Makefile36
1 files changed, 0 insertions, 36 deletions
diff --git a/security/tor-devel/Makefile b/security/tor-devel/Makefile
deleted file mode 100644
index 34cecb1dd91b..000000000000
--- a/security/tor-devel/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# ports collection makefile for: tor
-# Date created: 2004.05.28
-# Whom: freebsd-ports@rikrose.net
-#
-# $FreeBSD$
-#
-
-PORTNAME= tor
-PORTVERSION= 0.0.7.2
-CATEGORIES= security
-MASTER_SITES= http://www.mavetju.org/download/adopted/ \
- http://freehaven.net/tor/dist/
-
-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 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>