d0080e7e15
Changelog: 2017-09-09 6.9.9-12 Cristy <quetzlzacatenango@image...> * Release ImageMagick version 6.9.9-12, GIT revision 11996:fca0f6e33:20170909. 2017-09-07 6.9.9-12 Cristy <quetzlzacatenango@image...> * Fixed numerous memory leaks (reference https://github.com/ImageMagick/ImageMagick/issues). * The 'compare' difference image now respects the -fuzz option.
40 lines
1.1 KiB
Text
40 lines
1.1 KiB
Text
# $NetBSD: Makefile.common,v 1.10 2017/09/11 01:18:45 ryoon Exp $
|
|
#
|
|
# When updating this package, please upload the distfile
|
|
# since they disappear immediately when new releases happen.
|
|
|
|
IM_MAJOR_VER= 6.9.9
|
|
IM_MINOR_VER= 12
|
|
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= ftp://ftp.imagemagick.org/pub/ImageMagick/
|
|
MASTER_SITES+= ftp://ftp.nluug.nl/pub/ImageMagick/
|
|
MASTER_SITES+= ftp://ftp.kddlabs.co.jp/graphics/ImageMagick/
|
|
MASTER_SITES+= http://www.imagemagick.org/download/
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
HOMEPAGE= http://www.imagemagick.org/
|
|
LICENSE= gnu-gpl-v3
|
|
|
|
WRKSRC= ${WRKDIR}/ImageMagick-${DISTSUFFIX}
|
|
|
|
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-fpx
|
|
CONFIGURE_ARGS+= --without-gvc
|
|
CONFIGURE_ARGS+= --without-jbig
|
|
CONFIGURE_ARGS+= --without-lqr
|
|
CONFIGURE_ARGS+= --without-modules
|