summaryrefslogtreecommitdiff
path: root/sysutils/wbm-sshd/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2006-05-16 15:43:00 +0000
committerjlam <jlam>2006-05-16 15:43:00 +0000
commit37d8726df934a8482c74b8bbb7590883f438c955 (patch)
tree76a25d1912ec48e0c8d3a0fce72093dfa5640c15 /sysutils/wbm-sshd/Makefile
parent2d1407bc67c95936c229ae6655d7fb87a2d0d58e (diff)
downloadpkgsrc-37d8726df934a8482c74b8bbb7590883f438c955.tar.gz
Initial import of wbm-sshd-1.270 as sysutils/wbm-sshd.
This is the standard "sshd" Webmin module to setup the SSH server for remote secure logins.
Diffstat (limited to 'sysutils/wbm-sshd/Makefile')
-rw-r--r--sysutils/wbm-sshd/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/sysutils/wbm-sshd/Makefile b/sysutils/wbm-sshd/Makefile
new file mode 100644
index 00000000000..23d9d6e37c7
--- /dev/null
+++ b/sysutils/wbm-sshd/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/05/16 15:43:00 jlam Exp $
+
+DISTNAME= sshd
+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 setup the Secure Shell server
+
+.include "../../sysutils/webmin/wbm.mk"
+.include "../../mk/bsd.pkg.mk"