pkgsrc/graphics/p5-PerlMagick/Makefile
adam 74d8a69b5d Changes 6.6.9.8:
* Fixed some cut-and-paste errors in new png.c code that caused PNG8
  reductions to fail.

Changes 6.6.9.8:
* Add various Option Flags, and fix option skip counts for plus forms
  of simple operators where plus form is the same as minus form.
  For example the incorrect counts produces a weird error, and posible
  future segmentation fault in a command like  convert rose: +border show:

Changes 6.6.9.7:
* Fix FX default for interpolation to Bilinear.
* Fix pixel interpolation for -draw image over (reference
  http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18612).
* Write the proper bKGD chunk value in grayscale PNG images (reference
  http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=18624).
* Added Inverse method for Sparse Color Interpolation
2011-05-11 11:38:48 +00:00

31 lines
987 B
Makefile

# $NetBSD: Makefile,v 1.75 2011/05/11 11:38:48 adam Exp $
.include "../../graphics/ImageMagick/Makefile.common"
PKGNAME= p5-PerlMagick-${DISTVERSION}
SVR4_PKGNAME= p5pma
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.simplesystems.org/ImageMagick/www/perl-magick.html
COMMENT= Object-oriented Perl interface to ImageMagick
DISTINFO_FILE= ${.CURDIR}/../../graphics/ImageMagick/distinfo
PATCHDIR= ${.CURDIR}/../../graphics/ImageMagick/patches
PKG_DESTDIR_SUPPORT= user-destdir
PKG_INSTALLATION_TYPES= overwrite pkgviews
# Some configure_args come from Makefile.common
CONFIGURE_ARGS+= --with-perl=${PERL5:Q}
PERL5_CONFIGURE= no
PERL5_CONFIGURE_DIRS= ${WRKSRC}/PerlMagick
PERL5_PACKLIST= auto/Image/Magick/.packlist
BUILD_DIRS= ${PERL5_CONFIGURE_DIRS}
post-configure: perl5-configure
BUILDLINK_API_DEPENDS.ImageMagick+= ImageMagick>=${DISTVERSION}
.include "../../graphics/ImageMagick/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"