pkgsrc/graphics/ImageMagick/Makefile.common
drochner 4ceaf03d2a update to 6.5.7.9
This is the minimal update to fix the crashes described in PR pkg/42593.
(pullup candidate for 2009Q4)
2010-01-15 19:28:41 +00:00

37 lines
1.1 KiB
Text

# $NetBSD: Makefile.common,v 1.85 2010/01/15 19:28:41 drochner Exp $
#
# used by graphics/p5-PerlMagick/Makefile
IM_MAJOR_VER= 6.5.7
IM_MINOR_VER= 9
IM_MAJOR_LIB_VER= ${IM_MAJOR_VER}
.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= ftp://ftp.imagemagick.net/pub/ImageMagick/ \
ftp://ftp.nluug.nl/pub/ImageMagick/ \
ftp://ftp.yggdrasil.com/mirrors/site/ftp.simplesystems.org/pub/ImageMagick/ \
ftp://ftp.fu-berlin.de/unix/X11/graphics/ImageMagick/ \
ftp://ftp.sunet.se/pub/multimedia/graphics/ImageMagick/ \
http://www.imagemagick.net/download/
EXTRACT_SUFX= .tar.bz2
WRKSRC= ${WRKDIR}/ImageMagick-${DISTSUFFIX}
# 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-fpx
CONFIGURE_ARGS+= --without-gvc
CONFIGURE_ARGS+= --without-hdf
CONFIGURE_ARGS+= --without-jbig
CONFIGURE_ARGS+= --without-lqr
CONFIGURE_ARGS+= --without-modules