aboutsummaryrefslogtreecommitdiffstats
path: root/security/tor-devel/Makefile
blob: f30b70571e64612015fd0c786c306a095ff23153 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# ports collection makefile for:        tor
# Date created:                 2004.05.28
# Whom:                     freebsd-ports@rikrose.net
#
# $FreeBSD$
#

PORTNAME=   tor
PORTVERSION=    0.0.9.2
PORTREVISION=   1
CATEGORIES= security net
MASTER_SITES=   http://tor.eff.org/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=${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
# uphold CFLAGS
    @${FIND} ${WRKSRC} -type f | ${XARGS} \
        -n 10 ${REINPLACE_CMD} -E \
        -e 's!-g -O2!!' \
        -e 's!-O2!!'

pre-install:
    PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL

post-install:
    @${CP} ${WRKSRC}/contrib/tor.sh ${LOCALBASE}/etc/rc.d/tor.sh.sample

.include <bsd.port.mk>