summaryrefslogtreecommitdiffstats
path: root/shells/scponly/Makefile
diff options
context:
space:
mode:
authorobraun <obraun@FreeBSD.org>2002-09-10 22:18:46 +0000
committerobraun <obraun@FreeBSD.org>2002-09-10 22:18:46 +0000
commitbbf17f050388f812d3372c5da599de8736717cad (patch)
tree65bd77dae83493f48c2077fdd9d039becf7126de /shells/scponly/Makefile
parent7d36ee569f37a98227c14242374029bae59c93d4 (diff)
downloadFreeBSD-ports-bbf17f050388f812d3372c5da599de8736717cad.zip
FreeBSD-ports-bbf17f050388f812d3372c5da599de8736717cad.tar.gz
Add scponly 2.4, a tiny shell which only permits scp and sftp.
PR: ports/40935 Submitted by: Ken McGlothlen <mcglk@artlogix.com>
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 0000000..abcc288
--- /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>
OpenPOWER on IntegriCloud