# $Id: Portfile,v 1.5 2003/03/03 07:13:34 mij Exp $ PortSystem 1.0 name keychain version 2.0.2 revision 1 categories security maintainers jpm@opendarwin.org description A user-friendly front-end to ssh-agent(1) long_description \ Keychain is a shell script which acts as user-friendly front-end to \ ssh-agent(1), allowing you to have one long-running ssh-agent \ process per system rather than per login session. homepage http://www.gentoo.org/proj/en/keychain.xml platforms darwin freebsd master_sites http://distro.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/ checksums md5 931bab773fe6cc438b07694a6f22e819 use_bzip2 yes extract.sufx .bz2 configure {} build {} install { system "install -d ${destroot}${prefix}/bin" system "install -m 755 ${worksrcpath}/keychain ${destroot}${prefix}/bin" }