pkgsrc/sysutils/wbm-at/Makefile
jlam bfa30c3c7c Initial import of wbm-at-1.270 as sysutils/wbm-at.
This is the standard "at" Webmin module to schedule the execution of
one-off commands or scripts.
2006-05-16 21:39:15 +00:00

14 lines
426 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2006/05/16 21:39:15 jlam Exp $
DISTNAME= at
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 schedule execution of commands
.include "../../sysutils/webmin/wbm.mk"
.include "../../mk/bsd.pkg.mk"