pkgsrc/graphics/ImageMagick/Makefile.common
adam b3814216cf Changes 6.2.7.7:
* Don't fault when processing bad TIFF profiles (4 characters or less).
  * Masks are now read properly for 16-bit DIB's.
  * The pixel cache file descriptor limit code failed because the pixel cache
    timestamp was not always being set properly.
  * Fixed a small memory leak in IsGrayImage().
  * Fixed Cineon writing bug for very long filenames in 6.2.7 (reference
    http://redux.imagemagick.org/discussion-server/viewtopic.php?t=6590)
  * Begin the long journey of enhancing the conjure utility to support
    all options that are supported by the convert utility and PerlMagick
    (e.g. border, guassian-blur, etc.).
2006-05-22 11:30:19 +00:00

42 lines
1.4 KiB
Makefile

# $NetBSD: Makefile.common,v 1.56 2006/05/22 11:30:19 adam Exp $
###########################################################################
#
# HEADS UP! NOTE THE FOLLOWING WHEN UPDATING THIS PACKAGE:
#
# graphics/p5-PerlMagick also depends on this fragment. Make sure to
# remove its PKGREVISION upon update of ImageMagick!
#
###########################################################################
IM_MAJOR_VER= 6.2.7
IM_MINOR_VER= 7
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-${IM_MAJOR_VER}
# 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-hdf
CONFIGURE_ARGS+= --without-jbig
CONFIGURE_ARGS+= --without-threads