Ticket #633: Portfile

File Portfile, 777 bytes (added by bk532@…, 21 years ago)

ProposedPortfile

Line 
1# $Id: $
2
3PortSystem 1.0
4name    binkd
5version 0.9.4
6distname        binkd094
7worksrcdir      ${name}-${version}
8checksums       md5 9330297ed00655da41a49784ab1a6d16
9categories      net
10maintainers     bk532@iname.com
11description     binkd FidoNET mailer
12long_description        binkd is a program used in FidoNET networks to transfer files using IP transport
13
14homepage        http://2f.ru/binkd/
15master_sites    http://2f.ru/binkd/
16use_zip yes
17
18pre-configure {
19        system "/bin/cp ${worksrcpath}/mkfls/unix/* ${worksrcpath} && \
20        /bin/chmod a+x ${worksrcpath}/configure"
21}
22
23install {
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}