From ca6fc1c75312de69f2c170f410c9019373a2ea63 Mon Sep 17 00:00:00 2001 From: snj Date: Fri, 28 Jan 2005 02:27:29 +0000 Subject: Initial import of scponly-4.0, a tiny shell that only permits scp and sftp. --- shells/scponly/Makefile | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 shells/scponly/Makefile (limited to 'shells/scponly/Makefile') diff --git a/shells/scponly/Makefile b/shells/scponly/Makefile new file mode 100644 index 00000000000..783c91872e0 --- /dev/null +++ b/shells/scponly/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/01/28 02:27:29 snj Exp $ + +DISTNAME= scponly-4.0 +CATEGORIES= shells security +MASTER_SITES= http://www.sublimation.org/scponly/ +EXTRACT_SUFX= .tgz + +MAINTAINER= snj@NetBSD.org +HOMEPAGE= http://www.sublimation.org/scponly/ +COMMENT= Tiny shell that only permits scp and sftp + +GNU_CONFIGURE= yes +USE_BUILDLINK3= yes + +CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} +USE_PKGINSTALL= yes +PKG_SHELL= ${PREFIX}/bin/scponly +PKG_SYSCONFSUBDIR= scponly + +EGDIR= ${PREFIX}/share/examples/scponly +CONF_FILES= ${EGDIR}/debuglevel ${PKG_SYSCONFDIR}/debuglevel + +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3