aboutsummaryrefslogtreecommitdiff
path: root/www/transproxy/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-12-29 08:35:07 +0000
committerSteve Price <steve@FreeBSD.org>1999-12-29 08:35:07 +0000
commit3dedbd3646c6321469b8a6cb35f0e76218d62621 (patch)
treeb9218f03b972626bb99ac337c93437d308c1b2c0 /www/transproxy/Makefile
parent968503f2926c47cbdb80a658f00627465866778a (diff)
downloadports-3dedbd3646c6321469b8a6cb35f0e76218d62621.tar.gz
ports-3dedbd3646c6321469b8a6cb35f0e76218d62621.zip
Update to version 1.0.
Submitted by: John Saunders <john@nlc.net.au>
Notes
Notes: svn path=/head/; revision=24244
Diffstat (limited to 'www/transproxy/Makefile')
-rw-r--r--www/transproxy/Makefile20
1 files changed, 9 insertions, 11 deletions
diff --git a/www/transproxy/Makefile b/www/transproxy/Makefile
index ece349ac9d60..71110645c64b 100644
--- a/www/transproxy/Makefile
+++ b/www/transproxy/Makefile
@@ -1,30 +1,28 @@
# New ports collection makefile for: transproxy
-# Version required: 0.3
+# Version required: 1.0
# Date created: Fri Mar 27 21:24:13 WST 1998
# Whom: Peter Wemm <peter@netplex.com.au>
#
# $FreeBSD$
#
-DISTNAME= transproxy-0.3
+DISTNAME= transproxy-1.0
CATEGORIES= www net
-MASTER_SITES= ftp://ftp.nlc.net.au/pub/linux/www/
+MASTER_SITES= ftp://ftp.nlc.net.au/pub/unix/transproxy/
EXTRACT_SUFX= .tgz
MAINTAINER= peter@FreeBSD.org
-ALL_TARGET= tproxy
+MAN8= tproxy.8
.include <bsd.port.pre.mk>
-# This has only been tested with -current, although it might work if you
-# can get the ipfilter package to build on a 2.2.x system. YMMV.
-# ftp://cheops.anu.edu.au/pub/net/firewall/ip-filter/
+# 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 ipfilter, available in 3.0 or later"
+BROKEN= "transproxy requires SA_NOCLDWAIT, available in 3.x or later"
.endif
-do-install:
- cd ${WRKSRC}; ${INSTALL_PROGRAM} ${WRKSRC}/tproxy ${PREFIX}/sbin
-
.include <bsd.port.post.mk>