summaryrefslogtreecommitdiffstats
path: root/http/dillo2/DEPENDS
blob: 9de44d86a9516e4657802648ba8ddb4b0976c12a (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
if [[ "$DILLO_CVS" == "y" ]]; then
depends  libtool   &&
depends  automake  &&
depends  autoconf  &&
depends  CVS
fi &&
depends  fltk2     &&
depends  wget      &&

if [[ "$DILLO2_SSL" == "y" && "$DILLO2_CVS" == "n" ]]; then
    depends  "openssl"
fi &&

if [[ "$DILLO2_CVS" == "y" ]]; then
    optional_depends  "openssl"                 \
                  "--enable-ssl"            \
                  "--disable-ssl"           \
                  "for SSL support"
fi &&

optional_depends  "jpeg"                    \
                  "--enable-jpeg"           \
                  "--disable-jpeg"          \
                  "for jpeg image support"  &&

optional_depends  "giflib"                  \
                  "--enable-gif"            \
                  "--disable-gif"           \
                  "for gif image support"   &&

optional_depends  "libpng"                    \
                  "--enable-png"           \
                  "--disable-png"          \
                  "for png image support"