# $Id: Portfile,v 1.10 2004/01/13 11:19:10 yeled Exp $ PortSystem 1.0 name keychain version 2.0.3 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://gentoo.oregonstate.edu/distfiles/ checksums md5 1183410bac4a747cd9ae483a1f24b7c5 use_bzip2 yes extract.suffix .tar.bz2 configure {} build {} destroot { file mkdir ${destroot}${prefix}/bin xinstall -m 755 ${worksrcpath}/keychain ${destroot}${prefix}/bin }