Ticket #62993: Portfile

File Portfile, 1.8 KB (added by ferdy (Giuseppe `ferdy` Miceli), 3 years ago)

Portile

Line 
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
3PortSystem          1.0
4
5name                mailutils
6version             3.12
7revision            0
8
9categories          mail
10platforms           darwin
11license             GPL-3
12
13maintainers         nomaintainer
14
15description         General-Purpose Mail Packages
16long_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
19homepage            https://mailutils.org/
20master_sites        gnu:mailutils
21use_xz              yes
22
23checksums           rmd160  0d06563d2af2e1b1c47274cfa5b0127ded180769 \
24                    sha256  6d43fa217c4ac63f057de87890c562d170bb92bc402368b5fbc579e4c2b3a158 \
25                    size    3134484
26
27configure.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
44depends_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
55universal_variant   no