# $Id: Portfile,v 1.9 2004/01/06 09:41:37 fkr Exp $ PortSystem 1.0 name keychain version 2.0.2 revision 1 categories sysutils security maintainers yeled@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.suffix .bz2 configure {} build {} destroot { file mkdir ${destroot}${prefix}/bin system "install -m 755 ${worksrcpath}/keychain ${destroot}${prefix}/bin" }