# $Id$ PortSystem 1.0 name tftp-hpa version 0.36 categories net maintainers digdog@opendarwin.org description Enhanced port of the BSD TFTP server long_description \ tftp-hpa is an enhanced version of the BSD TFTP client and server, possessing a \ number of bugfixes and enhancements over the original. It has been made portable \ and will work on pretty much any modern Unix variant. homepage http://www.kernel.org/pub/software/network/tftp/ platforms darwin freebsd master_sites http://www.kernel.org/pub/software/network/tftp/ checksums md5 47f369beecd10a1b8dcf051a400a8fd6 configure.args prefix=${destroot}${prefix} \ mandir=${destroot}${prefix}/share/man post-destroot { cd ${destroot}${prefix}/sbin system "mv in.tftpd tftpd" cd ${destroot}${prefix}/share/man/man8 system "rm tftpd.8" system "mv in.tftpd.8 tftpd.8" }