1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name tftp-hpa |
---|
5 | version 0.36 |
---|
6 | categories net |
---|
7 | maintainers digdog@opendarwin.org |
---|
8 | description Enhanced port of the BSD TFTP server |
---|
9 | long_description \ |
---|
10 | tftp-hpa is an enhanced version of the BSD TFTP client and server, possessing a \ |
---|
11 | number of bugfixes and enhancements over the original. It has been made portable \ |
---|
12 | and will work on pretty much any modern Unix variant. |
---|
13 | homepage http://www.kernel.org/pub/software/network/tftp/ |
---|
14 | platforms darwin freebsd |
---|
15 | master_sites http://www.kernel.org/pub/software/network/tftp/ |
---|
16 | checksums md5 47f369beecd10a1b8dcf051a400a8fd6 |
---|
17 | configure.args prefix=${destroot}${prefix} \ |
---|
18 | mandir=${destroot}${prefix}/share/man |
---|
19 | post-destroot { |
---|
20 | cd ${destroot}${prefix}/sbin |
---|
21 | system "mv in.tftpd tftpd" |
---|
22 | cd ${destroot}${prefix}/share/man/man8 |
---|
23 | system "rm tftpd.8" |
---|
24 | system "mv in.tftpd.8 tftpd.8" |
---|
25 | } |
---|