aboutsummaryrefslogtreecommitdiff
path: root/shells/rssh/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'shells/rssh/Makefile')
-rw-r--r--shells/rssh/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/shells/rssh/Makefile b/shells/rssh/Makefile
new file mode 100644
index 000000000000..58a892d2e6f1
--- /dev/null
+++ b/shells/rssh/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: rssh
+# Date created: Fri Apr 16 02:04:33 CEST 2004
+# Whom: enigmatyc
+#
+# $FreeBSD$
+#
+
+PORTNAME= rssh
+PORTVERSION= 2.1.1
+CATEGORIES= shells security
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= enigmatyc@laposte.net
+COMMENT= A Restricted Secure SHell only for sftp or/and scp
+
+GNU_CONFIGURE= yes
+MAN1= rssh.1
+PLIST_FILES= bin/rssh etc/rssh.conf.dist libexec/rssh_chroot_helper
+
+.include <bsd.port.mk>