summaryrefslogtreecommitdiff
path: root/homebrew/libtiff/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/libtiff/.make.sh-auto')
-rw-r--r--homebrew/libtiff/.make.sh-auto4
1 files changed, 4 insertions, 0 deletions
diff --git a/homebrew/libtiff/.make.sh-auto b/homebrew/libtiff/.make.sh-auto
new file mode 100644
index 000000000..5d7be4663
--- /dev/null
+++ b/homebrew/libtiff/.make.sh-auto
@@ -0,0 +1,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