diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-10 05:52:58 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-10 05:52:58 +0000 |
commit | 6c7ab090ee64bdabd8d0307374488b1fa71bddae (patch) | |
tree | fd484d6940c3ac2a3a1bd019d819d02e5d3f455c /security/gnome-ssh-askpass | |
parent | 048a1c4dad6576d79c6cfe1ae6e8edccec469128 (diff) | |
download | ports-6c7ab090ee64bdabd8d0307374488b1fa71bddae.tar.gz ports-6c7ab090ee64bdabd8d0307374488b1fa71bddae.zip |
Notes
Diffstat (limited to 'security/gnome-ssh-askpass')
-rw-r--r-- | security/gnome-ssh-askpass/Makefile | 27 | ||||
-rw-r--r-- | security/gnome-ssh-askpass/distinfo | 1 | ||||
-rw-r--r-- | security/gnome-ssh-askpass/pkg-descr | 4 | ||||
-rw-r--r-- | security/gnome-ssh-askpass/pkg-plist | 1 |
4 files changed, 33 insertions, 0 deletions
diff --git a/security/gnome-ssh-askpass/Makefile b/security/gnome-ssh-askpass/Makefile new file mode 100644 index 000000000000..dc95ebc2f017 --- /dev/null +++ b/security/gnome-ssh-askpass/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: gnome-ssh-askpass +# Date created: 11 June 2002 +# Whom: Mark Hannon <markhannon@optusnet.com.au> +# +# $FreeBSD$ + +PORTNAME= gnome-ssh-askpass +PORTVERSION= 3.6p1 +CATEGORIES= security gnome +MASTER_SITES= ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \ + ftp://carroll.cac.psu.edu/pub/OpenBSD/OpenSSH/portable/ +DISTNAME= openssh-${PORTVERSION} + +MAINTAINER= markhannon@optusnet.com.au +COMMENT= A graphical ssh askpass utility for Gnome2 + +WRKSRC= ${WRKDIR}/openssh-3.6p1 +BUILD_WRKSRC= ${WRKSRC}/contrib +ALL_TARGET= gnome-ssh-askpass2 + +USE_X_PREFIX= yes +USE_GNOME= gtk20 + +do-install: + ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/gnome-ssh-askpass2 ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/security/gnome-ssh-askpass/distinfo b/security/gnome-ssh-askpass/distinfo new file mode 100644 index 000000000000..3f471a5c2353 --- /dev/null +++ b/security/gnome-ssh-askpass/distinfo @@ -0,0 +1 @@ +MD5 (openssh-3.6p1.tar.gz) = 72ef1134d521cb6926c99256dad17fe0 diff --git a/security/gnome-ssh-askpass/pkg-descr b/security/gnome-ssh-askpass/pkg-descr new file mode 100644 index 000000000000..00e1e683a8eb --- /dev/null +++ b/security/gnome-ssh-askpass/pkg-descr @@ -0,0 +1,4 @@ +Gnome-ssh-askpass is a part of the OpenSSH contrib files. + +Use from your .xsession or equivalent: + export SSH_ASKPASS=/usr/X11R6/bin/gnome-ssh-askpass2 ; ssh-add diff --git a/security/gnome-ssh-askpass/pkg-plist b/security/gnome-ssh-askpass/pkg-plist new file mode 100644 index 000000000000..d1594cb80898 --- /dev/null +++ b/security/gnome-ssh-askpass/pkg-plist @@ -0,0 +1 @@ +bin/gnome-ssh-askpass2 |