summaryrefslogtreecommitdiff
path: root/www/ffproxy/Makefile
diff options
context:
space:
mode:
authorgarbled <garbled>2006-01-05 19:12:35 +0000
committergarbled <garbled>2006-01-05 19:12:35 +0000
commit5b90dced535c82e0808013ecfd2e3f06b29cee93 (patch)
tree728ede31369cca79f3283f5bcc1ce0a8f8e51b5c /www/ffproxy/Makefile
parentb3328362c3594bad3ad994e6f2ffd8ed504fc393 (diff)
downloadpkgsrc-5b90dced535c82e0808013ecfd2e3f06b29cee93.tar.gz
Add new pkg noted in PR pkg/28824 www/ffproxy. Minor changes by myself
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.
Diffstat (limited to 'www/ffproxy/Makefile')
-rw-r--r--www/ffproxy/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/www/ffproxy/Makefile b/www/ffproxy/Makefile
new file mode 100644
index 00000000000..057319dab02
--- /dev/null
+++ b/www/ffproxy/Makefile
@@ -0,0 +1,14 @@
+# $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"