summaryrefslogtreecommitdiff
path: root/shells/scponly/Makefile
diff options
context:
space:
mode:
authorsnj <snj@pkgsrc.org>2005-01-28 02:27:29 +0000
committersnj <snj@pkgsrc.org>2005-01-28 02:27:29 +0000
commit6c4bd72aca1329b24c6c4bc20e185ba4e0878df9 (patch)
treea087d5cc7095ba9bf2bf7f0cdb0362b6bf331db8 /shells/scponly/Makefile
parent228d441ded8f4b7cd3877296401c0d1046328cde (diff)
downloadpkgsrc-6c4bd72aca1329b24c6c4bc20e185ba4e0878df9.tar.gz
Initial import of scponly-4.0, a tiny shell that only permits scp and sftp.
Diffstat (limited to 'shells/scponly/Makefile')
-rw-r--r--shells/scponly/Makefile23
1 files changed, 23 insertions, 0 deletions
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"