aboutsummaryrefslogtreecommitdiff
path: root/net/onioncat/Makefile
blob: 6fa6608cb358352f9029dae331a4b59169facca8 (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
# Created by: <ports@c0decafe.net>

PORTNAME=	onioncat
DISTVERSION=	0.3.8
CATEGORIES=	net security
MASTER_SITES=	https://www.cypherpunk.at/ocat/download/Source/current/

MAINTAINER=	cs@FreeBSD.org
COMMENT=	IP-transparent Tor Hidden Service connector

LICENSE=	GPLv3

RUN_DEPENDS=	tor:security/tor

GNU_CONFIGURE=	yes
CONFIGURE_ENV=	PTHREAD_LIBS="-pthread"

USE_RC_SUBR=	${PORTNAME}
PLIST_FILES=	bin/ocat man/man1/ocat.1.gz

post-patch:
	@${REINPLACE_CMD} -e \
		'/CFLAGS=/s|-O2|$$CFLAGS|' ${WRKSRC}/configure

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/src/ocat ${STAGEDIR}${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/man/ocat.1 ${STAGEDIR}${MANPREFIX}/man/man1

.include <bsd.port.mk>