tokuhirom's Blog

mac ports やめました! ー homebrew で快適 OSX 生活!



http://mxcl.github.com/homebrew/
 mac mini mac ports  mac ports CPU  hsbt  homebrew 
mac ports  perl  ruby 
 homebrew system macbook 調mac mini 
 mac ports port install hoge fuga haga 
ruby gems 

bdw-gc bvi  coreutils gettext  git  lv  neon ngrep  nkf  nmap  pip  readline  setuptools  subversion  uim  w3m  wget

uim ( terminal  uim-fep )
require 'formula'

class Uim <Formula
  url 'http://uim.googlecode.com/files/uim-1.5.7.tar.bz2'
  homepage 'http://code.google.com/p/uim/'
  md5 ''

  depends_on 'gettext'

  def install
    system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}"
    system "make install"
  end
end