1 | # $Id: Portfile,v 1.10 2004/01/13 11:19:10 yeled Exp $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name keychain |
---|
5 | version 2.0.3 |
---|
6 | categories sysutils security |
---|
7 | maintainers yeled@opendarwin.org |
---|
8 | description A user-friendly front-end to ssh-agent(1) |
---|
9 | long_description \ |
---|
10 | Keychain is a shell script which acts as user-friendly front-end to \ |
---|
11 | ssh-agent(1), allowing you to have one long-running ssh-agent \ |
---|
12 | process per system rather than per login session. |
---|
13 | homepage http://www.gentoo.org/proj/en/keychain.xml |
---|
14 | platforms darwin freebsd |
---|
15 | master_sites http://gentoo.oregonstate.edu/distfiles/ |
---|
16 | checksums md5 1183410bac4a747cd9ae483a1f24b7c5 |
---|
17 | use_bzip2 yes |
---|
18 | extract.suffix .tar.bz2 |
---|
19 | configure {} |
---|
20 | build {} |
---|
21 | destroot { |
---|
22 | file mkdir ${destroot}${prefix}/bin |
---|
23 | xinstall -m 755 ${worksrcpath}/keychain ${destroot}${prefix}/bin |
---|
24 | xinstall -m 444 ${worksrcpath}/keychain.1 ${destroot}${prefix}/share/man/man1 |
---|
25 | } |
---|