# $Id: Portfile,v 1.7 2003/08/05 21:02:24 jkh Exp $ PortSystem 1.0 name gnuplot version 3.8h.0 revision 0 categories math science maintainers jpm@opendarwin.org description A command-driven interactive function plotting program long_description Gnuplot is a command-driven interactive function \ plotting program. Plots any number of functions, built up of C \ operators, C library functions, and some things C doesn't have like \ **, sgn(), etc. Also support for plotting data files, to compare \ actual data to theoretical curves. platforms darwin master_sites http://www.ctan.org/tex-archive/graphics/gnuplot/testing/ checksums md5 0058a1a9a33fee94750c436562d297b4 depends_lib lib:libgd:gd lib:libreadline:readline patchfiles patch-term.h configure.env LDFLAGS="-L${prefix}/lib" \ CPPFLAGS="-I${prefix}/include -no-cpp-precomp" configure.args --with-readline=gnu --with-gd --without-x destroot.destdir prefix=${destroot}${prefix} variant x11 { depends_lib lib:libX11.6:XFree86 lib:libgd:gd lib:libreadline:readline configure.args --with-readline=gnu --with-gd --with-x } #variant aqua { # depends_lib lib:libpng:libpng lib:libreadline:readline # depends_build path:/${prefix}/share/aquaterm/gnuplot/aquaTerm.trm:aquaterm # patchfiles patch-Makefile patch-configure.cache # configure.args --with-readline=gnu --without-gd --without-x # contents { # } #}