Ticket #1690: Portfile.2

File Portfile.2, 856 bytes (added by digdog@…, 20 years ago)

Portfile

Line 
1# $Id: Portfile,v 1.10 2004/01/13 11:19:10 yeled Exp $
2
3PortSystem 1.0
4name            keychain
5version         2.0.3
6categories      sysutils security
7maintainers     yeled@opendarwin.org
8description     A user-friendly front-end to ssh-agent(1)
9long_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.
13homepage        http://www.gentoo.org/proj/en/keychain.xml
14platforms       darwin freebsd
15master_sites    http://gentoo.oregonstate.edu/distfiles/
16checksums       md5 1183410bac4a747cd9ae483a1f24b7c5
17use_bzip2       yes
18extract.suffix  .tar.bz2
19configure {}
20build {}
21destroot {
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}