1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name mailutils |
---|
6 | version 3.12 |
---|
7 | revision 0 |
---|
8 | |
---|
9 | categories mail |
---|
10 | platforms darwin |
---|
11 | license GPL-3 |
---|
12 | |
---|
13 | maintainers nomaintainer |
---|
14 | |
---|
15 | description General-Purpose Mail Packages |
---|
16 | long_description Mailutils is a swiss army knife of electronic mail handling. \ |
---|
17 | It offers a rich set of utilities and daemons for processing e-mail. |
---|
18 | |
---|
19 | homepage https://mailutils.org/ |
---|
20 | master_sites gnu:mailutils |
---|
21 | use_xz yes |
---|
22 | |
---|
23 | checksums rmd160 0d06563d2af2e1b1c47274cfa5b0127ded180769 \ |
---|
24 | sha256 6d43fa217c4ac63f057de87890c562d170bb92bc402368b5fbc579e4c2b3a158 \ |
---|
25 | size 3134484 |
---|
26 | |
---|
27 | configure.args --without-readline \ |
---|
28 | --without-ldap \ |
---|
29 | --disable-build-servers \ |
---|
30 | --without-guile \ |
---|
31 | --without-gnutls \ |
---|
32 | --without-fribidi \ |
---|
33 | --without-tcp-wrappers \ |
---|
34 | --disable-cxx \ |
---|
35 | --disable-python \ |
---|
36 | --without-unistring \ |
---|
37 | --disable-ipv6 \ |
---|
38 | --without-dbm \ |
---|
39 | --without-gdbm \ |
---|
40 | --without-ndbm \ |
---|
41 | --without-gssapi \ |
---|
42 | --disable-silent-rules |
---|
43 | |
---|
44 | depends_build port:coreutils \ |
---|
45 | port:cctools \ |
---|
46 | port:perl5 \ |
---|
47 | port:bison \ |
---|
48 | port:flex \ |
---|
49 | port:gawk \ |
---|
50 | port:grep \ |
---|
51 | port:gsed \ |
---|
52 | port:m4 \ |
---|
53 | port:libtool |
---|
54 | |
---|
55 | universal_variant no |
---|