1998-03-28 08:20:32 +00: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-10 00:07:29 +00:00
|
|
|
PORTNAME= transproxy
|
|
|
|
PORTVERSION= 1.2
|
2000-06-02 03:24:03 +00:00
|
|
|
CATEGORIES= www
|
1999-12-29 08:35:07 +00:00
|
|
|
MASTER_SITES= ftp://ftp.nlc.net.au/pub/unix/transproxy/
|
1998-03-28 20:13:39 +00:00
|
|
|
EXTRACT_SUFX= .tgz
|
1998-03-28 08:20:32 +00:00
|
|
|
|
1999-08-31 06:53:31 +00:00
|
|
|
MAINTAINER= peter@FreeBSD.org
|
1998-03-28 08:20:32 +00:00
|
|
|
|
1999-12-29 08:35:07 +00:00
|
|
|
MAN8= tproxy.8
|
1998-03-28 08:20:32 +00:00
|
|
|
|
1998-11-11 05:37:39 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
1999-12-29 08:35:07 +00:00
|
|
|
# Requires FreeBSD-3.0 or higher because of a feature it uses to ignore
|
|
|
|
# the death of child processes. Also later versions of FreeBSD have the
|
|
|
|
# ipfw fwd rule, and IPFILTER ipnat command, which is needed for this
|
|
|
|
# sort of program anyway.
|
1998-03-28 08:20:32 +00:00
|
|
|
.if ${OSVERSION} < 300000
|
1999-12-29 08:35:07 +00:00
|
|
|
BROKEN= "transproxy requires SA_NOCLDWAIT, available in 3.x or later"
|
1998-03-28 08:20:32 +00:00
|
|
|
.endif
|
|
|
|
|
1998-11-11 05:37:39 +00:00
|
|
|
.include <bsd.port.post.mk>
|