diff options
Diffstat (limited to 'www/ffproxy/Makefile')
-rw-r--r-- | www/ffproxy/Makefile | 14 |
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" |