diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-07 23:53:22 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-07 23:53:22 +0000 |
commit | b0a10d2ab7e5d880ca905b0c5c777fce09b9dfa5 (patch) | |
tree | a3232fa5580271c96dc20848ab8cac625ed5d579 /security/Makefile | |
parent | 34e58bc6ad53f4c9d927e45c4d46d0a495c52710 (diff) | |
download | ports-b0a10d2ab7e5d880ca905b0c5c777fce09b9dfa5.tar.gz ports-b0a10d2ab7e5d880ca905b0c5c777fce09b9dfa5.zip |
New Port: ssh_askpass_gtk2 - A tiny GTK2 ssh askpass replacement
A small SSH Askpass replacement written with GTK2. Features
fullscreen dialog and translucent background.
PR: ports/56537
Submitted by: Manuel Rabade <mig@mig-29.net>
Notes
Notes:
svn path=/head/; revision=90572
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 90205be60d75..a282cab76950 100644 --- a/security/Makefile +++ b/security/Makefile @@ -359,6 +359,7 @@ SUBDIR += ssh-gui SUBDIR += ssh-multiadd SUBDIR += ssh2 + SUBDIR += ssh_askpass_gtk2 SUBDIR += sslproxy SUBDIR += sslsniffer SUBDIR += sslwrap |