# $NetBSD: Makefile.common,v 1.19 2024/01/04 01:32:08 gutteridge Exp $ IM_MAJOR_VER= 6.9.13 IM_MINOR_VER= 3 IM_MAJOR_LIB_VER= 6 .if (${IM_MINOR_VER} != NONE) DISTSUFFIX= ${IM_MAJOR_VER}-${IM_MINOR_VER} .else DISTSUFFIX= ${IM_MAJOR_VER} .endif DISTNAME= ImageMagick-${DISTSUFFIX} DISTVERSION= ${DISTSUFFIX:S/-/./} CATEGORIES= graphics MASTER_SITES= https://imagemagick.org/archive/releases/ EXTRACT_SUFX= .tar.xz HOMEPAGE= https://imagemagick.org/ LICENSE= gnu-gpl-v3 USE_LIBTOOL= yes GNU_CONFIGURE= yes # For things for which we do not specify an explicit dependency above, disable # so that we don't cause implicit "hidden" dependencies. CONFIGURE_ARGS+= --without-dps CONFIGURE_ARGS+= --without-gvc CONFIGURE_ARGS+= --without-jbig CONFIGURE_ARGS+= --without-lqr CONFIGURE_ARGS+= --without-modules