summaryrefslogtreecommitdiffstats
path: root/chat-im/centerim/DEPENDS
blob: 7306b6eee8a9c3513b34b622c2ac2185d27fb53d (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  ncurses     &&
depends -sub CXX gcc &&

if [[ $LIBDRM_BRANCH == stable ]]; then
  depends  autoconf &&
  optional_depends  SSL       \
           "--with-ssl"           \
           "--without-ssl"        \
           "for ssl support in Jabber"   &&
  optional_depends  gpgme           \
           "--with-gpgme=/usr"  \
           ""                       \
           "for ssl support in Jabber"   &&
  optional_depends  JPEG        \
           ""                      \
           "--without-libjpeg"     \
           "for Gadu-Gadu registration"   &&
  optional_depends curl          \
           ""                    \
           "--disable-msn"       \
           "for MSN support"              &&
  optional_depends libotr        \
           "--with-libotr"       \
           "--without-libotr"    \
           "enable Off-the-Record Messaging" &&
  suggest_depends luit "" "" "utf-8 support"
else
  depends GETTEXT &&
  depends pidgin  &&
  depends glib2   &&
  depends libsigc++3
fi