diff options
Diffstat (limited to 'homebrew/imagemagickat6/.make.sh-auto')
-rw-r--r-- | homebrew/imagemagickat6/.make.sh-auto | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/homebrew/imagemagickat6/.make.sh-auto b/homebrew/imagemagickat6/.make.sh-auto new file mode 100644 index 000000000..875c14981 --- /dev/null +++ b/homebrew/imagemagickat6/.make.sh-auto @@ -0,0 +1,5 @@ +pkg:setup +args = %W[--disable-osx-universal-binary --prefix=#{prefix} --disable-dependency-tracking --disable-silent-rules --disable-opencl --disable-openmp --enable-shared --enable-static --with-freetype=yes --with-modules --with-webp=yes --with-openjp2 --without-gslib --with-gs-font-dir=#{HOMEBREW_PREFIX}/share/ghostscript/fonts --without-fftw --without-pango --without-x --without-wmf ] +inreplace "configure", "${PACKAGE_NAME}-${PACKAGE_VERSION}", "${PACKAGE_NAME}" +pkg:configure *args +make DESTDIR=${PKG_DEST} install |