aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/perforce-server.rb
blob: 914f0ecbd08e104f0af10fe68951ff795841f542 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
require 'formula'

class PerforceServer < Formula
  url 'http://filehost.perforce.com/perforce/r11.1/bin.darwin90u/p4d'
  homepage 'http://www.perforce.com/'
  md5 '9099ad567f43cc7bb0821492a1eb3fe6'
  version '2011.1.409024'

  def install
    bin.install 'p4d'
  end
end
sha1 "18dfd9a7ceb08906e112c192af525908bcc42663" => :yosemite sha1 "e27e6f4f3faac5c2f280b088a48d7c83e7faf491" => :mavericks sha1 "06f8e404202b942139a979911b94c725ed83795a" => :mountain_lion end option :universal depends_on "autoconf" => :build depends_on "automake" => :build depends_on "libtool" => :build def install ENV.universal_binary if build.universal? system "autoreconf", "-fvi" system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" system "make install" end end