blob: 3d3c75a0dd767abcaa95cfcecee73167c3a923bc (
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
|
# New ports collection makefile for: onioncat
# Date created: 2010-05-09
# Whom: <ports@c0decafe.net>
#
# $FreeBSD$
#
PORTNAME= onioncat
PORTVERSION= 0.2.2.r552
CATEGORIES= net security
MASTER_SITES= http://www.cypherpunk.at/ocat/download/Source/stable/
MAINTAINER= ports@c0decafe.net
COMMENT= An IP-Transparent Tor Hidden Service Connector
RUN_DEPENDS= tor:${PORTSDIR}/security/tor
GNU_CONFIGURE= yes
USE_RC_SUBR= ${PORTNAME}
MAN1= ocat.1
PLIST_FILES= bin/ocat
.include <bsd.port.pre.mk>
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/ocat ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/man/ocat.1 ${PREFIX}/man/man1/ocat.1
.include <bsd.port.post.mk>
|