1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/www/transproxy/Makefile
R. Imura 11f46d87d0 Update to version 1.2.
PR:		16590
Submitted by:	John Saunders <john@nlc.net.au>
2000-02-12 20:52:29 +00:00

29 lines
752 B
Makefile

# New ports collection makefile for: transproxy
# Version required: 1.2
# Date created: Fri Mar 27 21:24:13 WST 1998
# Whom: Peter Wemm <peter@netplex.com.au>
#
# $FreeBSD$
#
DISTNAME= transproxy-1.2
CATEGORIES= www net
MASTER_SITES= ftp://ftp.nlc.net.au/pub/unix/transproxy/
EXTRACT_SUFX= .tgz
MAINTAINER= peter@FreeBSD.org
MAN8= tproxy.8
.include <bsd.port.pre.mk>
# 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.
.if ${OSVERSION} < 300000
BROKEN= "transproxy requires SA_NOCLDWAIT, available in 3.x or later"
.endif
.include <bsd.port.post.mk>