Automatically exported from code.google.com/p/yaffey
##Building Yaffey on Mac:
brew install qt #install qt version 4.x
git clone https://github.com/danielkutik/yaffey.git
cd yaffey
qmake
make
mv yaffey.app /Applications/
See also: http://askubuntu.com/a/281178/11339