aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2015-01-31 23:54:37 -0500
committerJack Nagel2015-01-31 23:54:37 -0500
commit0548e9a77e0d5f6d1f72853484131f0f2af10a6b (patch)
treee2277714404c3021775e524c87ad1dc450a79536 /Library/Formula
parent54a8797d66bffb23b465b8c2a184af08754f3fec (diff)
downloadhomebrew-0548e9a77e0d5f6d1f72853484131f0f2af10a6b.tar.bz2
Move cdf to the boneyard
Closes #36009.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/cdf.rb13
1 files changed, 0 insertions, 13 deletions
diff --git a/Library/Formula/cdf.rb b/Library/Formula/cdf.rb
deleted file mode 100644
index 29ecfae41..000000000
--- a/Library/Formula/cdf.rb
+++ /dev/null
@@ -1,13 +0,0 @@
-require 'formula'
-
-class Cdf < Formula
- homepage 'http://bmp-plugins.berlios.de/misc/cdf/cdf.html'
- url 'http://download.berlios.de/bmp-plugins/cdf-0.2.tar.gz'
- sha1 '5f5d0c1f1003d9ad3c3cbbda1d8159e9fe10768a'
-
- def install
- system "./configure", "--disable-debug", "--disable-dependency-tracking",
- "--prefix=#{prefix}"
- system "make install"
- end
-end