diff options
author | mjl <mjl@pkgsrc.org> | 2003-04-15 11:11:50 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2003-04-15 11:11:50 +0000 |
commit | 6a1591d9bb7f2cbfa2dc06335fcbd2b97f024c85 (patch) | |
tree | 85ce3f6daa42fcd739d0fdfd4dfe0ba1b68c9010 /graphics/p5-PerlMagick | |
parent | 827610cfb42ae755e8f479b3a59535f7cafe5858 (diff) | |
download | pkgsrc-6a1591d9bb7f2cbfa2dc06335fcbd2b97f024c85.tar.gz |
Update ImageMagick and p5-PerlMagick to 5.5.6.
Changes are lots of bug fixes and minor enhancements (several pages
worth of it).
XXX Those two should probably be using a Makefile.common instead
XXX of just copying the appropriate bits.
Diffstat (limited to 'graphics/p5-PerlMagick')
-rw-r--r-- | graphics/p5-PerlMagick/Makefile | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/graphics/p5-PerlMagick/Makefile b/graphics/p5-PerlMagick/Makefile index 510679d812f..4baf5e49ba0 100644 --- a/graphics/p5-PerlMagick/Makefile +++ b/graphics/p5-PerlMagick/Makefile @@ -1,12 +1,23 @@ -# $NetBSD: Makefile,v 1.25 2003/03/29 12:41:19 jmmv Exp $ +# $NetBSD: Makefile,v 1.26 2003/04/15 11:11:50 mjl Exp $ +IM_MAJOR_VER= 5.5.6 +IM_MINOR_VER= NONE +IM_MAJOR_LIB_VER= ${IM_MAJOR_VER}-Q16 + +.if (${IM_MINOR_VER} != NONE) DISTNAME= ImageMagick-${IM_MAJOR_VER}-${IM_MINOR_VER} PKGNAME= p5-PerlMagick-${IM_MAJOR_VER}.${IM_MINOR_VER} +.else +DISTNAME= ImageMagick-${IM_MAJOR_VER} +PKGNAME= p5-PerlMagick-${IM_MAJOR_VER} +.endif SVR4_PKGNAME= p5pma WRKSRC= ${WRKDIR}/ImageMagick-${IM_MAJOR_VER} CATEGORIES= graphics MASTER_SITES= 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/ \ ftp://ftp.fu-berlin.de/unix/X11/graphics/ImageMagick/ EXTRACT_SUFX= .tar.bz2 @@ -18,9 +29,6 @@ DISTINFO_FILE= ${.CURDIR}/../../graphics/ImageMagick/distinfo FILESDIR= ${.CURDIR}/../../graphics/ImageMagick/files PATCHDIR= ${.CURDIR}/../../graphics/ImageMagick/patches -IM_MAJOR_VER= 5.5.3 -IM_MINOR_VER= 2 - USE_LIBTOOL= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool |