Ticket #20761: Portfile

File Portfile, 781 bytes (added by gunter@…, 15 years ago)

taylor uucp Portfile

Line 
1# $Id$
2
3PortSystem              1.0
4name                    uucp
5version                 1.07
6categories              comms
7maintainers             gunter@six-two.net
8description             Taylor UUCP
9long_description        Taylor UUCP is a free implementation of UUCP and is the standard UUCP \
10                        used on the GNU system.
11homepage                http://www.gnu.org/software/uucp/uucp.html
12platforms               darwin
13
14master_sites            http://ftp.gnu.org/gnu/uucp/
15checksums               md5 64c54d43787339a7cced48390eb3e1d0 \
16                        sha1 e7c93c3aa6468f1b26dd4d9104dbbe8c2949e9ee \
17                        rmd160 e265ecd08245dd2510db20430a7a0e387ef4df51
18
19configure.args          --infodir=${prefix}/share/info --mandir=${prefix}/share/man
20
21pre-fetch {
22    if {"darwin" == ${os.platform} && ${os.major} > 8} {
23        ui_error "${name} requires Mac OS X 10.4 or older"
24        return -code error "incompatible Mac OS X version"
25    }
26}