summaryrefslogtreecommitdiff
path: root/homebrew/imagemagickat6/.make.sh-auto
blob: 875c149814529680d58ed82a8331681f6254d4f2 (plain)
1
2
3
4
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