summaryrefslogtreecommitdiffstats
path: root/news/tin/DEPENDS
blob: 163c6a19348831817fbb66c8d7c0baf7429038bd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
depends ncurses '--with-screen=ncursesw' &&

optional_depends pcre \
                 "--with-pcre=${INSTALL_ROOT}/usr" \
                 "--without-pcre" \
                 "to use system PCRE library" &&

optional_depends GNUPG \
                 "--enable-pgp-gpg" \
                 "--disable-pgp-gpg" \
                 "for PGP/GPG support" &&

optional_depends ispell \
                 "--with-ispell" \
                 "--without-ispell" \
                 "for spell checking support" &&

optional_depends metamail \
                 "--with-metamail" \
                 "--without-metamail" \
                 "to use viewer program for MIME articles" &&

optional_depends gsasl \
                 "--enable-gsasl" \
                 "--disable-gsasl" \
                 "for GNU SASL support" &&

optional_depends gettext \
                 "--enable-nls --without-included-gettext" \
                 "--disable-nls" \
                 "for Native Language Support" &&

optional_depends icu "" "" "for Unicode support" &&

if ! is_depends_enabled ${SPELL} icu; then
  optional_depends libidn "" "" "for IDN support"
fi &&

optional_depends uudeview "" "" "for decoding and collecting multipart binary articles"