frobtads version 0.13 for OS X
The formula for frobtads was recently updated to version 0.13.
To install frobtads on your Mac, open your Terminal application and run the following commands;
brew update brew install frobtads
The updated formula is as follows:
1 2 3 4 5 6 7 8 9 10 11 12 13
require 'formula' class Frobtads < Formula url 'http://www.tads.org/frobtads/frobtads-0.13.tar.gz' homepage 'http://www.tads.org/frobtads.htm' md5 'b6f25787b9ff7b89931d765046c68642' def install system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" system "make install" end end
Currently frobtads has no dependencies in homebrew.
See which packages depend on frobtads.









