1 | # $Id: $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name binkd |
---|
5 | version 0.9.4 |
---|
6 | distname binkd094 |
---|
7 | worksrcdir ${name}-${version} |
---|
8 | checksums md5 9330297ed00655da41a49784ab1a6d16 |
---|
9 | categories net |
---|
10 | maintainers bk532@iname.com |
---|
11 | description binkd FidoNET mailer |
---|
12 | long_description binkd is a program used in FidoNET networks to transfer files using IP transport |
---|
13 | |
---|
14 | homepage http://2f.ru/binkd/ |
---|
15 | master_sites http://2f.ru/binkd/ |
---|
16 | use_zip yes |
---|
17 | |
---|
18 | pre-configure { |
---|
19 | system "/bin/cp ${worksrcpath}/mkfls/unix/* ${worksrcpath} && \ |
---|
20 | /bin/chmod a+x ${worksrcpath}/configure" |
---|
21 | } |
---|
22 | |
---|
23 | install { |
---|
24 | cd ${worksrcpath} |
---|
25 | system "install -o root -m 755 binkd ${destroot}/${prefix}/sbin/" |
---|
26 | system "install -o root -m 644 binkd.8 ${destroot}/${prefix}/man/man8" |
---|
27 | system "install -o root -m 644 binkd.cfg ${destroot}/${prefix}/etc/binkd.cfg.sample" |
---|
28 | } |
---|