summaryrefslogtreecommitdiff
path: root/homebrew/libtiff/.make.sh-auto
blob: 5d7be46634ea4eed3ab47f29c1d5ca6dcce47dd3 (plain)
1
2
3
4
pkg:setup
args = %W[--prefix=#{prefix} --disable-dependency-tracking --disable-lzma --with-jpeg-include-dir=#{Formula["jpeg"].opt_include} --with-jpeg-lib-dir=#{Formula["jpeg"].opt_lib} --without-x ]
pkg:configure *args
make DESTDIR=${PKG_DEST} install