1998-03-28 03:20:32 -05:00
|
|
|
# New ports collection makefile for: transproxy
|
2000-02-12 15:52:29 -05:00
|
|
|
# Version required: 1.2
|
1998-03-28 03:20:32 -05:00
|
|
|
# Date created: Fri Mar 27 21:24:13 WST 1998
|
|
|
|
# Whom: Peter Wemm <peter@netplex.com.au>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-02-12 15:52:29 -05:00
|
|
|
DISTNAME= transproxy-1.2
|
1998-03-28 03:20:32 -05:00
|
|
|
CATEGORIES= www net
|
1999-12-29 03:35:07 -05:00
|
|
|
MASTER_SITES= ftp://ftp.nlc.net.au/pub/unix/transproxy/
|
1998-03-28 15:13:39 -05:00
|
|
|
EXTRACT_SUFX= .tgz
|
1998-03-28 03:20:32 -05:00
|
|
|
|
1999-08-31 02:53:31 -04:00
|
|
|
MAINTAINER= peter@FreeBSD.org
|
1998-03-28 03:20:32 -05:00
|
|
|
|
1999-12-29 03:35:07 -05:00
|
|
|
MAN8= tproxy.8
|
1998-03-28 03:20:32 -05:00
|
|
|
|
1998-11-11 00:37:39 -05:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
1999-12-29 03:35:07 -05: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 03:20:32 -05:00
|
|
|
.if ${OSVERSION} < 300000
|
1999-12-29 03:35:07 -05:00
|
|
|
BROKEN= "transproxy requires SA_NOCLDWAIT, available in 3.x or later"
|
1998-03-28 03:20:32 -05:00
|
|
|
.endif
|
|
|
|
|
1998-11-11 00:37:39 -05:00
|
|
|
.include <bsd.port.post.mk>
|