diff options
Diffstat (limited to 'homebrew/mfterm/.make.sh-auto')
-rw-r--r-- | homebrew/mfterm/.make.sh-auto | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/homebrew/mfterm/.make.sh-auto b/homebrew/mfterm/.make.sh-auto new file mode 100644 index 000000000..234c2cb19 --- /dev/null +++ b/homebrew/mfterm/.make.sh-auto @@ -0,0 +1,8 @@ +pkg:setup +ENV.prepend "CPPFLAGS", "-I#{Formula["openssl"].opt_include}" +ENV.prepend "LDFLAGS", "-L#{Formula["openssl"].opt_lib}" +chmod 0755, "./autogen.sh" +./autogen.sh +end +pkg:configure --disable-dependency-tracking +make DESTDIR=${PKG_DEST} install |