1 | # $Id: Portfile,v 1.6 2003/03/18 06:02:51 mij Exp $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name graphviz |
---|
5 | version 1.9 |
---|
6 | categories graphics |
---|
7 | maintainers eric@opendarwin.org blb@pobox.com |
---|
8 | description Graph visualization software from AT&T and Bell Labs |
---|
9 | long_description Graph Visualization Software from AT&T Laboratories and \ |
---|
10 | Bell Laboratories (Lucent Technologies). \ |
---|
11 | The package contains: \ |
---|
12 | dotty - customizable X windows graph viewer written in the Lefty editor \ |
---|
13 | tcldot - customizable TCL/tk graph viewer written by John Ellson \ |
---|
14 | dot - batch program for drawing directed graphs as hierarchies \ |
---|
15 | neato - batch program for drawing undirected graphs using Kamada-Kawai spring models. |
---|
16 | platforms darwin |
---|
17 | master_sites http://www.graphviz.org/pub/graphviz/ARCHIVE/ |
---|
18 | depends_lib lib:libX11.6:XFree86 lib:libjpeg.62:jpeg lib:libpng.3:libpng \ |
---|
19 | lib:libfreetype.6:freetype |
---|
20 | checksums md5 5f8d1e1f15594f4869fc9c68f32e7dbb |
---|
21 | patchfiles patch-ltmain.sh |
---|
22 | |
---|
23 | variant dp-freetype2 { |
---|
24 | configure.args --with-freetypeincludedir=${prefix}/include/freetype2 --with-freetypelibdir=${prefix}/lib |
---|
25 | } |
---|
26 | |
---|