summaryrefslogtreecommitdiff
path: root/homebrew/genstats/.make.sh-auto
blob: 87cbf500c4cde852a9e7438e8292efc445b489a2 (plain)
1
2
3
4
5
pkg:setup
inreplace "br.cpp", /if \(_XOPEN_VERSION >= 600\)/, "if (_XOPEN_VERSION >= 600) && !__APPLE__"
make
bin.install "genstats"
man.install "genstats.1"