Portfile

# $Id: Portfile 23053 2007-03-23 20:35:47Z pipping@macports.org $

PortSystem 1.0
name keychain
version 2.6.8
categories sysutils security
maintainers yeled@macports.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 2a23b311e438ecebed5639b568738d28
use_bzip2 yes

livecheck.check md5
livecheck.url ${homepage}
livecheck.md5 07a3ad8a4a7457f581c6fd134ca7d522

use_configure no
build {}

destroot {
xinstall -m 555 ${worksrcpath}/keychain ${destroot}${prefix}/bin
xinstall -m 444 ${worksrcpath}/keychain.1 ${destroot}${prefix}/share/man/man1
}