blob: 3415c5b1672a3ed2d43fc77a626e3b4c7e600186 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.1.1.1 2006/05/16 15:43:17 jlam Exp $
DISTNAME= status
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
DEPENDS+= wbm-mailboxes>=1.270:../../sysutils/wbm-mailboxes
HOMEPAGE= http://www.webmin.com/standard.html
COMMENT= Webmin module to view the status of services
.include "../../sysutils/webmin/wbm.mk"
.include "../../mk/bsd.pkg.mk"
|