diff options
| author | Mike McQuaid | 2014-12-25 22:16:29 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-12-27 11:09:32 +0000 |
| commit | 43882a26b5f15da065ccb32dac0b78622ba026e1 (patch) | |
| tree | 4acb8242bc9701bae5ea3b921b9e93121ae862cf /Library/Formula/atari++.rb | |
| parent | 995ee81399c5d056d26cfe531fd43dad3408e603 (diff) | |
| download | homebrew-43882a26b5f15da065ccb32dac0b78622ba026e1.tar.bz2 | |
Migrate some formula with hard-X11 dependencies.
We have the homebrew-x11 tap for this reason so let's migrate everything
without any reverse dependencies. Ideally I'd also like to migrate
everything that's :recommended and the GTK formulae through there too
(or to a dedicated homebrew-gtk).
Diffstat (limited to 'Library/Formula/atari++.rb')
| -rw-r--r-- | Library/Formula/atari++.rb | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/Library/Formula/atari++.rb b/Library/Formula/atari++.rb deleted file mode 100644 index 905b6dfff..000000000 --- a/Library/Formula/atari++.rb +++ /dev/null @@ -1,22 +0,0 @@ -require 'formula' - -class Atarixx < Formula - homepage 'http://www.xl-project.com' - url 'http://www.xl-project.com/download/atari++_1.72.tar.gz' - sha1 '64e31389032292cd4a82a972e83bb2b3ee723068' - - option 'with-curses' - - depends_on :x11 - depends_on 'sdl' => :recommended - - def install - args = ["--prefix=#{prefix}"] - args << "--disable-CURSES" if build.without? "curses" - args << "--disable-SDL" if build.without? "sdl" - - system "./configure", *args - system "make" - system "make install" - end -end |
