mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
dbc8aa6cc1
something already there (PORTOBJFORMAT, OSVERSION) or move stuff from after .include <bsd.port.mk> to before. (This is not by any means the complete list but just the ones I've noticed recently.)
31 lines
776 B
Makefile
31 lines
776 B
Makefile
# New ports collection makefile for: transproxy
|
|
# Version required: 0.3
|
|
# Date created: Fri Mar 27 21:24:13 WST 1998
|
|
# Whom: Peter Wemm <peter@netplex.com.au>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= transproxy-0.3
|
|
CATEGORIES= www net
|
|
MASTER_SITES= ftp://ftp.nlc.net.au/pub/linux/www/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= peter@FreeBSD.ORG
|
|
|
|
ALL_TARGET= tproxy
|
|
|
|
.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/
|
|
.if ${OSVERSION} < 300000
|
|
BROKEN= "transproxy requires ipfilter, available in 3.0 or later"
|
|
.endif
|
|
|
|
do-install:
|
|
cd ${WRKSRC}; ${INSTALL_PROGRAM} ${WRKSRC}/tproxy ${PREFIX}/sbin
|
|
|
|
.include <bsd.port.post.mk>
|