aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/wopr.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/wopr.rb')
-rw-r--r--Library/Formula/wopr.rb16
1 files changed, 0 insertions, 16 deletions
diff --git a/Library/Formula/wopr.rb b/Library/Formula/wopr.rb
deleted file mode 100644
index 7412da9a8..000000000
--- a/Library/Formula/wopr.rb
+++ /dev/null
@@ -1,16 +0,0 @@
-require 'formula'
-
-class Wopr < Formula
- homepage 'http://ilk.uvt.nl/wopr'
- url 'http://software.ticc.uvt.nl/wopr-1.34.2.tar.gz'
- sha1 'da53c5dfbc9927a391481b9e56ffeceaf1aab0ff'
-
- depends_on 'pkg-config' => :build
- depends_on 'timbl'
-
- def install
- system "./configure", "--disable-debug", "--disable-dependency-tracking",
- "--prefix=#{prefix}"
- system "make install"
- end
-end