summaryrefslogtreecommitdiff
path: root/sysutils/wbm-cluster-webmin/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2006-05-16 21:40:45 +0000
committerjlam <jlam>2006-05-16 21:40:45 +0000
commitee0cdbf8fa4e47f3dca03d304840ea0f0311fb3c (patch)
treeee0a7a7842fba20412c9ed932759568f5097429f /sysutils/wbm-cluster-webmin/Makefile
parent0021186a328757eb318eab58a002e78f59b568fa (diff)
downloadpkgsrc-ee0cdbf8fa4e47f3dca03d304840ea0f0311fb3c.tar.gz
Initial import of wbm-cluster-webmin-1.270 as sysutils/wbm-cluster-webmin.
This is the standard "cluster-webmin" Webmin module to install and manage modules, themes, users, groups and access control settings across multiple Webmin servers.
Diffstat (limited to 'sysutils/wbm-cluster-webmin/Makefile')
-rw-r--r--sysutils/wbm-cluster-webmin/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/sysutils/wbm-cluster-webmin/Makefile b/sysutils/wbm-cluster-webmin/Makefile
new file mode 100644
index 00000000000..c23fdd3b02e
--- /dev/null
+++ b/sysutils/wbm-cluster-webmin/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/05/16 21:40:45 jlam Exp $
+
+DISTNAME= cluster-webmin
+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 to manage Webmin settings across a Webmin cluster
+
+.include "../../sysutils/webmin/wbm.mk"
+.include "../../mk/bsd.pkg.mk"