summaryrefslogtreecommitdiff
path: root/homebrew/mfterm/.make.sh-auto
blob: 234c2cb196702009a5533d30a7b971b1c34e1a8b (plain)
1
2
3
4
5
6
7
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