summaryrefslogtreecommitdiff
path: root/net/userppp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/userppp/Makefile')
-rw-r--r--net/userppp/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/net/userppp/Makefile b/net/userppp/Makefile
new file mode 100644
index 00000000000..ddfca668eee
--- /dev/null
+++ b/net/userppp/Makefile
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/11/07 17:26:58 ad Exp $
+
+DISTNAME= userppp-001107
+CATEGORIES= net
+MASTER_SITES= http://www.awfulhak.org/~brian/
+DISTFILES= ppp-001107.src.tar.gz
+
+MAINTAINER= ad@netbsd.org
+HOMEPAGE= http://www.awfulhak.org/~brian/
+
+WRKSRC= ${WRKDIR}/ppp-001107
+
+pre-install:
+ ${GREP} "^network:" /etc/group >/dev/null || \
+ /usr/sbin/groupadd -g 40 network
+
+.include "../../mk/bsd.pkg.mk"