mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
27 lines
857 B
Plaintext
27 lines
857 B
Plaintext
PortSystem 1.0
|
|
name binkd
|
|
version 0.9.4
|
|
revision 1
|
|
distname binkd094
|
|
worksrcdir ${name}-${version}
|
|
checksums md5 9330297ed00655da41a49784ab1a6d16
|
|
categories net
|
|
platforms darwin
|
|
maintainers iname.com:bk532
|
|
description binkd FidoNET mailer
|
|
long_description binkd is a program used in FidoNET networks \
|
|
to transfer files using IP transport.
|
|
homepage https://2f.ru/binkd/
|
|
master_sites https://2f.ru/binkd/
|
|
use_zip yes
|
|
pre-configure {
|
|
system "/bin/cp ${worksrcpath}/mkfls/unix/* ${worksrcpath} && \
|
|
/bin/chmod a+x ${worksrcpath}/configure"
|
|
}
|
|
|
|
destroot {
|
|
xinstall -m 755 ${worksrcpath}/binkd ${destroot}${prefix}/sbin/
|
|
xinstall -m 644 ${worksrcpath}/binkd.8 ${destroot}${prefix}/share/man/man8
|
|
xinstall -m 644 ${worksrcpath}/binkd.cfg ${destroot}${prefix}/etc/binkd.cfg.sample
|
|
}
|