diff options
Diffstat (limited to 'homebrew/irssi/.make.sh-auto')
-rw-r--r-- | homebrew/irssi/.make.sh-auto | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/homebrew/irssi/.make.sh-auto b/homebrew/irssi/.make.sh-auto new file mode 100644 index 000000000..8675dac1d --- /dev/null +++ b/homebrew/irssi/.make.sh-auto @@ -0,0 +1,9 @@ +pkg:setup +args = %W[--disable-dependency-tracking --prefix=#{prefix} --sysconfdir=#{etc} --with-bot --with-proxy --enable-true-color --with-socks=no --with-ncurses=#{MacOS.sdk_path}/usr --with-perl=yes --with-perl-lib=#{lib}/perl5/site_perl ] +ENV["NOCONFIGURE"] = "yes" +./autogen.sh *args +end +inreplace "configure", "^DUIfm", "^DUIifm" +pkg:configure *args +make +make DESTDIR=${PKG_DEST} install |