summaryrefslogtreecommitdiff
path: root/homebrew/expect/.make.sh-auto
blob: 6019677517464303888a122a0bce329bc52c00c0 (plain)
1
2
3
4
5
6
7
8
pkg:setup
args = %W[--prefix=#{prefix} --exec-prefix=#{prefix} --mandir=#{man} --enable-shared --enable-64bit --with-tcl=#{MacOS.sdk_path}/System/Library/Frameworks/Tcl.framework ]
ENV.prepend "CFLAGS", "-I#{MacOS.sdk_path}/System/Library/Frameworks/Tcl.framework/Versions/8.5/Headers/tcl-private"
autoreconf --force --install --verbose
pkg:configure *args
make
make DESTDIR=${PKG_DEST} install
lib.install_symlink Dir[lib/"expect*/libexpect*"]