ports/www/transproxy/Makefile
Muhammad Moinur Rahman 763f8f8e2e
www/transproxy: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-26 15:31:45 +01:00

19 lines
418 B
Makefile

PORTNAME= transproxy
PORTVERSION= 1.6
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Transparent HTTP proxy for ipfw's fwd rule or IPFILTER's ipnat command
WWW= https://transproxy.sourceforge.net/
LICENSE= BSD4CLAUSE # ish; 3 clauses but both advertising and promotion are there
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
USES= tar:tgz
USE_RC_SUBR= tproxy
.include <bsd.port.mk>