summaryrefslogtreecommitdiff
path: root/sysutils/wbm-net/Makefile
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-05-16 04:03:06 +0000
committerjlam <jlam@pkgsrc.org>2006-05-16 04:03:06 +0000
commit4455f8a2cac784ab2e104e21035d63ec24fa808f (patch)
treeebe72523b0cbbc167806160d5343e29f2bba53d7 /sysutils/wbm-net/Makefile
parentc24aff17670f44fd3e38c63d0e0df6b9b7ed92a4 (diff)
downloadpkgsrc-4455f8a2cac784ab2e104e21035d63ec24fa808f.tar.gz
Initial import of wbm-net-1.270 as sysutils/wbm-net.
This is the standard "net" Webmin module to configure boot time and active interfaces, DNS, routing and /etc/hosts.
Diffstat (limited to 'sysutils/wbm-net/Makefile')
-rw-r--r--sysutils/wbm-net/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/sysutils/wbm-net/Makefile b/sysutils/wbm-net/Makefile
new file mode 100644
index 00000000000..75e678bb122
--- /dev/null
+++ b/sysutils/wbm-net/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/05/16 04:03:06 jlam Exp $
+
+DISTNAME= net
+PKGNAME= wbm-${DISTNAME}-${WBM_VERSION}
+DIST_SUBDIR= webmin-modules-${WBM_VERSION}
+
+# The version is from the module.info file from the extracted distfile.
+WBM_VERSION= 1.270
+
+HOMEPAGE= http://www.webmin.com/standard.html
+COMMENT= Webmin module for network configuration
+
+.include "../../sysutils/webmin/wbm.mk"
+.include "../../mk/bsd.pkg.mk"