diff options
| author | Geoff Nixon | 2015-03-08 16:23:30 -0400 |
|---|---|---|
| committer | Jack Nagel | 2015-03-08 16:23:30 -0400 |
| commit | 619a24863214fc10eb0ab70bdc0669cba4f1e96f (patch) | |
| tree | b3e18bbd9e515414dbf9e0d54bdcdb2459f395bf /Library/Formula | |
| parent | 2ecb7db69d81b03124a2fda6dc28134d4618f0c0 (diff) | |
| download | homebrew-619a24863214fc10eb0ab70bdc0669cba4f1e96f.tar.bz2 | |
Move pathfinder to the boneyard
Closes #37066.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/pathfinder.rb | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/Library/Formula/pathfinder.rb b/Library/Formula/pathfinder.rb deleted file mode 100644 index d1a6c23fb..000000000 --- a/Library/Formula/pathfinder.rb +++ /dev/null @@ -1,18 +0,0 @@ -require 'formula' - -class Pathfinder < Formula - homepage 'http://db.inf.uni-tuebingen.de/research/pathfinder' - url 'http://db.inf.uni-tuebingen.de/files/research/pathfinder/download/pathfinder-0.41.tar.gz' - sha1 '84f5581688e4c1dff27cf8e7d4354ee594f56970' - - option 'enable-debug', 'Enable debugging' - - def install - args = ["--prefix=#{prefix}"] - args << '--enable-debug' if build.include? 'enable-debug' - - system "./configure", *args - system "make" - system "make install" - end -end |
