summaryrefslogtreecommitdiff
path: root/net/netgroup/Makefile
diff options
context:
space:
mode:
authorchristos <christos@pkgsrc.org>2004-12-21 21:06:40 +0000
committerchristos <christos@pkgsrc.org>2004-12-21 21:06:40 +0000
commitc13784265a35cacd3321e857b5c5da7014f1bc18 (patch)
treeeb3d3614a81201251b0be653b0f0ef8f152581c3 /net/netgroup/Makefile
parent5f3b950addcc74b67e4c9c1c0c9d44dbd24e28f5 (diff)
downloadpkgsrc-c13784265a35cacd3321e857b5c5da7014f1bc18.tar.gz
A small wrapper for the NetBSD netgroup utilities.
Diffstat (limited to 'net/netgroup/Makefile')
-rw-r--r--net/netgroup/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/net/netgroup/Makefile b/net/netgroup/Makefile
new file mode 100644
index 00000000000..1d07a0ebb35
--- /dev/null
+++ b/net/netgroup/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2004/12/21 21:06:40 christos Exp $
+#
+
+DISTNAME= netgroup-0.0
+CATEGORIES= net
+MASTER_SITES= ftp://ftp.astron.com/pub/netgroup/
+
+MAINTAINER= christos@netbsd.org
+COMMENT= Netgroup membership listing and testing functions
+
+.include "../../mk/bsd.prefs.mk"
+
+INSTALL_TARGET= inst-all
+
+.include "../../mk/bsd.pkg.mk"