summaryrefslogtreecommitdiff
path: root/homebrew/gnuplotat4/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/gnuplotat4/.beer')
-rw-r--r--homebrew/gnuplotat4/.beer74
1 files changed, 74 insertions, 0 deletions
diff --git a/homebrew/gnuplotat4/.beer b/homebrew/gnuplotat4/.beer
new file mode 100644
index 000000000..2873a5230
--- /dev/null
+++ b/homebrew/gnuplotat4/.beer
@@ -0,0 +1,74 @@
+{
+ "name": "GnuplotAT4",
+ "description": "Command-driven, interactive function plotting",
+ "url": "https://downloads.sourceforge.net/project/gnuplot/gnuplot/4.6.7/gnuplot-4.6.7.tar.gz",
+ "mirror": null,
+ "homepage": "http://www.gnuplot.info",
+ "depends": [
+ {
+ "depend": "pkg-config",
+ "build-depend": true
+ },
+ {
+ "depend": "fontconfig",
+ "build-depend": false
+ },
+ {
+ "depend": "gd",
+ "build-depend": false
+ },
+ {
+ "depend": "jpeg",
+ "build-depend": false
+ },
+ {
+ "depend": "libpng",
+ "build-depend": false
+ },
+ {
+ "depend": "libtiff",
+ "build-depend": false
+ },
+ {
+ "depend": "lua@5.1",
+ "build-depend": false
+ },
+ {
+ "depend": "pdflib-lite",
+ "build-depend": false
+ },
+ {
+ "depend": "readline",
+ "build-depend": false
+ }
+ ],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "ENV.prepend_path \"PKG_CONFIG_PATH\", Formula[\"lua@5.1\"].opt_libexec/\"lib/pkgconfig\"",
+ "inreplace \"configure\", \"-laquaterm\", \"\"",
+ "pdflib = Formula[\"pdflib-lite\"].opt_prefix",
+ "args = %W[",
+ "--disable-dependency-tracking",
+ "--disable-silent-rules",
+ "--prefix=#{prefix}",
+ "--disable-wxwidgets",
+ "--with-aquaterm",
+ "--with-gd=#{Formula[\"gd\"].opt_prefix}",
+ "--with-lispdir=#{elisp}",
+ "--with-pdf=#{pdflib}",
+ "--with-readline=#{Formula[\"readline\"].opt_prefix}",
+ "--without-cairo",
+ "--without-latex",
+ "--without-tutorial",
+ "--without-x",
+ "]",
+ "system \"./configure\", *args",
+ "ENV.deparallelize ",
+ "system \"make\"",
+ "system \"make\", \"install\""
+ ],
+ "version": "4.6.7",
+ "file": "gnuplot@4.rb"
+} \ No newline at end of file