pkgsrc/sysutils/wbm-telnet/Makefile
jlam 595eb294b8 Initial import of wbm-telnet-1.270 as sysutils/wbm-telnet.
This is the standard "telnet" Webmin module to login to your system
with telnet or SSH.
2006-05-16 15:43:52 +00:00

14 lines
423 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2006/05/16 15:43:52 jlam Exp $
DISTNAME= telnet
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 login via telnet or SSH
.include "../../sysutils/webmin/wbm.mk"
.include "../../mk/bsd.pkg.mk"