1998-03-28 03:20:32 -05:00
|
|
|
# New ports collection makefile for: transproxy
|
|
|
|
# Date created: Fri Mar 27 21:24:13 WST 1998
|
|
|
|
# Whom: Peter Wemm <peter@netplex.com.au>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-09 20:07:29 -04:00
|
|
|
PORTNAME= transproxy
|
2005-06-09 07:36:44 -04:00
|
|
|
PORTVERSION= 1.6
|
2000-06-01 23:24:03 -04:00
|
|
|
CATEGORIES= www
|
2005-06-09 07:36:44 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2005-03-01 02:59:53 -05:00
|
|
|
|
1998-03-28 15:13:39 -05:00
|
|
|
EXTRACT_SUFX= .tgz
|
1998-03-28 03:20:32 -05:00
|
|
|
|
2004-07-07 15:20:02 -04:00
|
|
|
MAINTAINER= sem@FreeBSD.org
|
2004-02-29 11:09:47 -05:00
|
|
|
COMMENT= Transparent HTTP proxy for ipfw's fwd rule or IPFILTER's ipnat command
|
1998-03-28 03:20:32 -05:00
|
|
|
|
2008-02-03 11:24:34 -05:00
|
|
|
USE_RC_SUBR= tproxy
|
|
|
|
|
1999-12-29 03:35:07 -05:00
|
|
|
MAN8= tproxy.8
|
1998-03-28 03:20:32 -05:00
|
|
|
|
2004-02-29 11:09:47 -05:00
|
|
|
PLIST_FILES= sbin/tproxy sbin/tproxyrun sbin/tproxywatch
|
1998-11-11 00:37:39 -05:00
|
|
|
|
2004-02-29 11:09:47 -05:00
|
|
|
.include <bsd.port.mk>
|