summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
Diffstat (limited to 'www')
-rw-r--r--www/privoxy-user/DESCR3
-rw-r--r--www/privoxy-user/Makefile28
-rw-r--r--www/privoxy-user/PLIST2
3 files changed, 33 insertions, 0 deletions
diff --git a/www/privoxy-user/DESCR b/www/privoxy-user/DESCR
new file mode 100644
index 00000000000..6e8f88ecdba
--- /dev/null
+++ b/www/privoxy-user/DESCR
@@ -0,0 +1,3 @@
+This is a pre-req package which ensures the existance of the privoxy user
+which is required for privoxy to build (and therefore must exist pre-build for
+the privoxy package itself).
diff --git a/www/privoxy-user/Makefile b/www/privoxy-user/Makefile
new file mode 100644
index 00000000000..4bc4eec51ac
--- /dev/null
+++ b/www/privoxy-user/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1 2003/06/23 16:38:41 jmc Exp $
+
+DISTNAME= privoxy-user-3.0.2
+CATEGORIES= www
+MASTER_SITES= # empty
+DISTFILES= # empty
+
+MAINTAINER= jmc@netbsd.org
+HOMEPAGE= # empty
+COMMENT= Pre-req package for privoxy to setup user needed for build/use
+
+USE_PKGINSTALL= yes
+
+EXTRACT_ONLY= # empty
+NO_CHECKSUM= yes
+NO_CONFIGURE= yes
+NO_BUILD= yes
+
+PRIVOXY_USER?= privoxy
+PRIVOXY_GROUP?= privoxy
+
+USE_PKGINSTALL= YES
+PKG_GROUPS= ${PRIVOXY_GROUP}
+PKG_USERS= ${PRIVOXY_USER}:${PRIVOXY_GROUP}::Privoxy\\ user
+
+do-install: # empty
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/www/privoxy-user/PLIST b/www/privoxy-user/PLIST
new file mode 100644
index 00000000000..cd0357a2ce1
--- /dev/null
+++ b/www/privoxy-user/PLIST
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1 2003/06/23 16:38:41 jmc Exp $
+@comment this plist intentionally left empty