summaryrefslogtreecommitdiffstats
path: root/devel/graphviz/DEPENDS
blob: 514a7bb65f53705cec11428e3294b4ca5ed1a671 (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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
depends  autoconf &&
depends  automake &&
depends  zlib     &&
depends  libpng   &&
depends  JPEG     &&
depends  intltool &&
depends  glib2    &&
depends  expat    &&
depends  gettext  &&

# for ps2pdf
depends POSTSCRIPT-INTERPRETER &&

# use external GD so that graphviz doesn't install its own
depends gd '--without-mylibgd' &&

# not listed in 'configure --help' but nevertheless processed
optional_depends PHP '--enable-php' '--disable-php' 'for PHP bindings' &&
optional_depends perl '--enable-perl' '--disable-perl' 'for Perl bindings' &&
optional_depends JAVA '--enable-java' '--disable-java' 'for Java bindings' z-rejected &&
optional_depends RUBY '--enable-ruby' '--disable-ruby' 'for Ruby bindings' &&
optional_depends python '--enable-python' '--disable-python' 'for Python bindings' &&
optional_depends ocaml '--enable-ocaml' '--disable-ocaml' 'for Ocaml bindings' &&
optional_depends CSHARP '--enable-sharp' '--disable-sharp' 'for C# bindings' &&
optional_depends guile '--enable-guile' '--disable-guile' 'for Guile bindings' &&
optional_depends lua '--enable-lua' '--disable-lua' 'for Lua bindings' &&
optional_depends tcl '--enable-tcl' '--disable-tcl' 'for TCL bindings' &&
optional_depends swig '--enable-swig' '--disable-swig' 'for SWIG bindings' &&
optional_depends r '--enable-r' '--disable-r' 'for R bindings' &&

optional_depends  fontconfig           \
                  '--with-fontconfig'   \
                  '--without-fontconfig' \
                  'for better fonts'  &&

optional_depends  freetype2           \
                  '--with-freetype'   \
                  '--without-freetype' \
                  'for better fonts'  &&

optional_depends  devil                \
                  "--with-devil"       \
                  "--without-devil"    \
                  "use Developer's Image Library (DevIL)" &&

optional_depends  tk                    \
                  ''                    \
                  ''                    \
                  'for tcldot support'  &&

optional_depends  expat                            \
                  ''                               \
                  ''                               \
                  'for dot2gxl/gxl2dot utilities'  &&

optional_depends  pango                                      \
                  "--enable-pangocairo"                      \
                  "--with-mylibgd=yes --with-pangocairo=no"  \
                  "Use pangocairo library?"                  &&

if is_depends_enabled $SPELL pango; then depends -sub SVG cairo; fi &&

optional_depends  gtk+2                                 \
                  "--with-gtk --with-gdk-pixbuf"        \
                  "--without-gtk --without-gdk-pixbuf"  \
                  "Use GTK+2 libraries?"                &&

optional_depends  libgnomeui              \
                  "--with-gnomeui"        \
                  "--without-gnomeui"     \
                  "Use GNOME libraries?"  &&

optional_depends  gtkglext                \
                  "--with-gtkglext"       \
                  "--without-gtkglext"    \
                  "OpenGL support"