summaryrefslogtreecommitdiff
path: root/homebrew/graphicsmagick/.make.sh-auto
blob: 29c0ac11ec3d9078e19afc6b49280c9c3ced4869 (plain)
1
2
3
4
5
pkg:setup
args = %W[--prefix=#{prefix} --disable-dependency-tracking --disable-openmp --disable-static --enable-shared --with-modules --with-quantum-depth=16 --without-lzma --without-x --without-gslib --with-gs-font-dir=#{HOMEBREW_PREFIX}/share/ghostscript/fonts --without-wmf ]
inreplace "configure", "${PACKAGE_NAME}-${PACKAGE_VERSION}", "${PACKAGE_NAME}"
pkg:configure *args
make DESTDIR=${PKG_DEST} install