summaryrefslogtreecommitdiff
path: root/security/ssh-askpass/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2000-08-11 05:22:57 +0000
committerjlam <jlam>2000-08-11 05:22:57 +0000
commit4b6e65847a5202b20e5e564723491dd783dcaa9b (patch)
treea17f69da52db1645ceda970cb40a844644d102db /security/ssh-askpass/Makefile
parenta96069ab6780f0ec523595938aecf63dd2b8d09d (diff)
downloadpkgsrc-4b6e65847a5202b20e5e564723491dd783dcaa9b.tar.gz
ssh-askpass - X11-based passphrase dialog for OpenSSH
Diffstat (limited to 'security/ssh-askpass/Makefile')
-rw-r--r--security/ssh-askpass/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/security/ssh-askpass/Makefile b/security/ssh-askpass/Makefile
new file mode 100644
index 00000000000..a0eb7aee761
--- /dev/null
+++ b/security/ssh-askpass/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/08/11 05:22:57 jlam Exp $
+
+DISTNAME= x11-ssh-askpass-1.0
+PKGNAME= ${DISTNAME:S/^x11-//}
+CATEGORIES= security x11
+MASTER_SITES= http://www.ntrnet.net/~jmknoble/software/x11-ssh-askpass/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.ntrnet.net/~jmknoble/software/x11-ssh-askpass/
+
+USE_X11BASE= # defined
+USE_IMAKE= # defined
+
+post-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ssh-askpass
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/ssh-askpass
+
+.include "../../mk/bsd.pkg.mk"