aboutsummaryrefslogtreecommitdiff
path: root/shells/scponly/Makefile
diff options
context:
space:
mode:
authorOliver Braun <obraun@FreeBSD.org>2002-09-10 22:18:46 +0000
committerOliver Braun <obraun@FreeBSD.org>2002-09-10 22:18:46 +0000
commit4eef8272b2e817a8d660aa982b5380cd2a8120f2 (patch)
tree3663ee997193593593b9cd5971d80dc4f109c6ca /shells/scponly/Makefile
parentb78d741f2973ec42fcfcb5dbc68fefc5ef88ffa2 (diff)
downloadports-4eef8272b2e817a8d660aa982b5380cd2a8120f2.tar.gz
ports-4eef8272b2e817a8d660aa982b5380cd2a8120f2.zip
Add scponly 2.4, a tiny shell which only permits scp and sftp.
PR: ports/40935 Submitted by: Ken McGlothlen <mcglk@artlogix.com>
Notes
Notes: svn path=/head/; revision=66096
Diffstat (limited to 'shells/scponly/Makefile')
-rw-r--r--shells/scponly/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/shells/scponly/Makefile b/shells/scponly/Makefile
new file mode 100644
index 000000000000..abcc288d36ae
--- /dev/null
+++ b/shells/scponly/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: scponly
+# Date created: 2002/07/23
+# Whom: mcglk@artlogix.com
+#
+# $FreeBSD$
+#
+
+PORTNAME= scponly
+PORTVERSION= 2.4
+CATEGORIES= shells
+MASTER_SITES= http://www.sublimation.org/scponly/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= mcglk@artlogix.com
+
+MAN8= scponly.8
+
+post-install:
+ strip ${PREFIX}/sbin/scponly
+
+.include <bsd.port.mk>