summaryrefslogtreecommitdiffstats
path: root/mail/alpine/DEPENDS
blob: 9840edd561fd0baefed081bef28460a4c5b94f42 (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
depends MAIL-TRANSPORT-AGENT &&

optional_depends openssl                                                  \
                 "--with-ssl-dir=$INSTALL_ROOT/usr                        \
                 --with-ssl-certs-dir=$INSTALL_ROOT/etc/ssl/certs         \
                 --with-ssl-include-dir=$INSTALL_ROOT/usr/include/openssl \
                 --with-ssl-lib-dir=$INSTALL_ROOT/usr/lib"                \
                 "--without-ssl"                                          \
                 "for SSL/TLS support"                                   &&

# it doesn't detect TCL as much as i have tried
#optional_depends tcl '--with-tcl-lib'  '--without-tcl'                       \
#                     'for Web Alpine support'                                &&

optional_depends openldap                                                 \
                 '--with-ldap-dir'                                        \
                 '--without-ldap'                                         \
                 'for LDAP support'                                      &&

optional_depends krb5                                                     \
                 '--with-krb5-dir'                                        \
                 '--without-krb5'                                         \
                 'for Kerberos support'