Ticket #1678: Portfile.2

File Portfile.2, 854 bytes (added by digdog@…, 21 years ago)

Portfile

Line 
1# $Id$
2
3PortSystem 1.0
4name            tftp-hpa
5version         0.36
6categories      net
7maintainers     digdog@opendarwin.org
8description     Enhanced port of the BSD TFTP server
9long_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.
13homepage        http://www.kernel.org/pub/software/network/tftp/
14platforms       darwin freebsd
15master_sites    http://www.kernel.org/pub/software/network/tftp/
16checksums       md5 47f369beecd10a1b8dcf051a400a8fd6
17configure.args  prefix=${destroot}${prefix} \
18                mandir=${destroot}${prefix}/share/man
19post-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                }