d016248efd
from submitted version. (submitted by Niklas Olmes) ffproxy is a filtering HTTP/HTTPS proxy server. It is able to filter by host, URL, and header. Custom header entries can be filtered and added.
14 lines
403 B
Makefile
14 lines
403 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2006/01/05 19:12:35 garbled Exp $
|
|
|
|
DISTNAME= ffproxy-1.6
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://faith.eu.org/ffproxy/
|
|
|
|
MAINTAINER= niklas@noxa.de
|
|
HOMEPAGE= http://faith.eu.org/programs.html\#ffproxy
|
|
COMMENT= Filtering HTTP/HTTPS proxy server
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONF_FILES= ${PREFIX}/share/ffproxy/sample.config ${PKG_SYSCONFDIR}/ffproxy.conf
|
|
.include "../../mk/bsd.pkg.mk"
|