blob: 91355050fcb832428f8987ff428db20a8498ab6d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: Peter Wemm <peter@netplex.com.au>
# $FreeBSD$
PORTNAME= transproxy
PORTVERSION= 1.6
CATEGORIES= www
MASTER_SITES= SF
EXTRACT_SUFX= .tgz
MAINTAINER= sem@FreeBSD.org
COMMENT= Transparent HTTP proxy for ipfw's fwd rule or IPFILTER's ipnat command
USE_RC_SUBR= tproxy
MAN8= tproxy.8
PLIST_FILES= sbin/tproxy sbin/tproxyrun sbin/tproxywatch
NO_STAGE= yes
.include <bsd.port.mk>
|