From 43882a26b5f15da065ccb32dac0b78622ba026e1 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 25 Dec 2014 22:16:29 +0000 Subject: 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). --- Library/Formula/atari++.rb | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 Library/Formula/atari++.rb (limited to 'Library/Formula/atari++.rb') 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 -- cgit v1.2.3