summaryrefslogtreecommitdiffstats
path: root/mail/maildrop/DEPENDS
blob: 7f8092648f6653624b72224486707f71f9ef5d71 (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
depends  pcre  &&
depends  courier-unicode &&

case  ${MAILDROP_AUTHDB}  in
      db)    depends  db    "--with-db=db"
             ;;
      gdbm)  depends  gdbm  "--with-db=gdbm"
             ;;
      none)  OPTS="${OPTS}  --without-db"
             ;;
esac  &&

if  [  "${MAILDROP_AUTHLIB}"  ==  ""  ]
then
  depends  courier-authlib  &&

  optional_depends  "openldap"                                                  \
                    ""                                                          \
                    ""                                                          \
                    "to store mail account configuration in an LDAP database."  &&

  optional_depends  "MYSQL"                                                     \
                    ""                                                          \
                    ""                                                          \
                    "to store mail account configuration in a MySQL database."  &&

  optional_depends  "postgresql"                                                     \
                    ""                                                               \
                    ""                                                               \
                    "to store mail account configuration in a Postgresql database."
fi