aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/xplot.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/xplot.rb')
-rw-r--r--Library/Formula/xplot.rb16
1 files changed, 0 insertions, 16 deletions
diff --git a/Library/Formula/xplot.rb b/Library/Formula/xplot.rb
deleted file mode 100644
index 44e5527d9..000000000
--- a/Library/Formula/xplot.rb
+++ /dev/null
@@ -1,16 +0,0 @@
-require 'formula'
-
-class Xplot < Formula
- homepage 'http://www.xplot.org'
- url 'http://www.xplot.org/xplot/xplot-0.90.7.1.tar.gz'
- sha1 '164074206addaeb971d2fa65069c7c7be654efc5'
-
- depends_on :x11
-
- def install
- system "./configure", "--disable-debug", "--disable-dependency-tracking",
- "--prefix=#{prefix}"
- inreplace 'Makefile', 'man/man1', 'share/man/man1'
- system "make install"
- end
-end