# $Id: Portfile 59898 2009-10-26 00:32:43Z brett@macports.org $ PortSystem 1.0 name keychain version 2.7.0 categories sysutils security platforms darwin freebsd maintainers alakazam 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/ use_bzip2 yes master_sites http://www.funtoo.org/archive/keychain checksums md5 c5eecd36130d9e8617a77f96b746982d use_configure no build.cmd make destroot { xinstall -m 555 ${worksrcpath}/keychain ${destroot}${prefix}/bin xinstall -m 444 ${worksrcpath}/keychain.1.gz ${destroot}${prefix}/share/man/man1 } livecheck.type regex livecheck.url http://agriffis.n01se.net/keychain/ livecheck.regex href="keychain-(\\d+(\\.\\d+)*).tar.bz2"