PKGNAME=graphicsmagick
PKGSEC=graphics
PKGDEP="jasper libpng libwmf libxml2 libtiff ghostscript freetype x11-lib lcms2 libtool bzip2 xz zstd"
PKGDES="Image processing system"

AUTOTOOLS_AFTER=(
    '--enable-shared'
    '--with-modules'
    '--with-perl'
    '--with-gs-font-dir=/usr/share/fonts/Type1'
    '--with-quantum-depth=16'
    '--with-threads'
)

# Note: Needed for plugin discovery.
NOLIBTOOL=0
