# $Id: Portfile,v 1.15 2005/07/07 03:05:39 yeled Exp $ PortSystem 1.0 name keychain version 2.5.4.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://dev.gentoo.org/~agriffis/keychain/ platforms darwin freebsd master_sites ${homepage} checksums md5 93498f35f8d4cf1abb1941587e68076b use_bzip2 yes configure {} build {} destroot { xinstall -m 555 ${worksrcpath}/keychain ${destroot}${prefix}/bin xinstall -m 444 ${worksrcpath}/keychain.1 ${destroot}${prefix}/share/man/man1 }