From 5bc0fdf30ad73d2f2fdcccca2736081c213c73d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20B=2E=20Brandenburg?= Date: Thu, 22 Oct 2009 09:04:01 -0400 Subject: [PATCH] Add formula for pdflib-lite. pdflib-lite is required to enable Gnuplot's PDF terminal. While not free (as in speach) software, pdflib-lite is available for non-commercial (i.e., academic and personal) use free of charge. A license reminder is printed at the end of the build. pdflib is also provided by MacPorts; a workaround from their portfile was adapted to this formula to get the build to go through. --- Formula/pdflib-lite.rb | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 Formula/pdflib-lite.rb diff --git a/Formula/pdflib-lite.rb b/Formula/pdflib-lite.rb new file mode 100644 index 00000000000..46549fd5e9f --- /dev/null +++ b/Formula/pdflib-lite.rb @@ -0,0 +1,31 @@ +require 'formula' + +class PdflibLite