1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name uucp |
---|
5 | version 1.07 |
---|
6 | categories comms |
---|
7 | maintainers gunter@six-two.net |
---|
8 | description Taylor UUCP |
---|
9 | long_description Taylor UUCP is a free implementation of UUCP and is the standard UUCP \ |
---|
10 | used on the GNU system. |
---|
11 | homepage http://www.gnu.org/software/uucp/uucp.html |
---|
12 | platforms darwin |
---|
13 | |
---|
14 | master_sites http://ftp.gnu.org/gnu/uucp/ |
---|
15 | checksums md5 64c54d43787339a7cced48390eb3e1d0 \ |
---|
16 | sha1 e7c93c3aa6468f1b26dd4d9104dbbe8c2949e9ee \ |
---|
17 | rmd160 e265ecd08245dd2510db20430a7a0e387ef4df51 |
---|
18 | |
---|
19 | configure.args --infodir=${prefix}/share/info --mandir=${prefix}/share/man |
---|
20 | |
---|
21 | pre-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 | } |
---|