summaryrefslogtreecommitdiff
path: root/homebrew/gitif/.make.sh-auto
blob: e681bd2785002ed32047b2d939593ebd8ea274e9 (plain)
1
2
3
4
5
6
7
8
pkg:setup
glk = Formula["glktermw"]
inreplace "Makefile", "GLK = cheapglk", "GLK = #{glk.name}"
inreplace "Makefile", "GLKINCLUDEDIR = ../$(GLK)", "GLKINCLUDEDIR = #{glk.include}"
inreplace "Makefile", "GLKLIBDIR = ../$(GLK)", "GLKLIBDIR = #{glk.lib}"
inreplace "Makefile", /^OPTIONS = /, "OPTIONS = -DUSE_MMAP -DUSE_INLINE"
make
bin.install "git" => "git-if"