blob: 0eac72b127a8948bb6257c70298f94c08629bc4e (
plain)
1
2
3
4
5
6
7
|
pkg:setup
glk = Formula["glktermw"]
inreplace "Makefile", "GLKINCLUDEDIR = ../cheapglk", "GLKINCLUDEDIR = #{glk.include}"
inreplace "Makefile", "GLKLIBDIR = ../cheapglk", "GLKLIBDIR = #{glk.lib}"
inreplace "Makefile", "Make.cheapglk", "Make.#{glk.name}"
make
bin.install "glulxe"
|