pkgsrc-wip/p5-Imager/Makefile
Filip Hajny dce4d2febb Updated wip/p5-Imager to 0.82.
This fixes compatibility with graphics/png 1.5.x. Upstream changelog
too long, see here:

http://cpansearch.perl.org/src/TONYC/Imager-0.82/Changes
2011-05-18 08:18:37 +00:00

31 lines
943 B
Makefile

# $NetBSD: Makefile,v 1.11 2011/05/18 08:18:37 fhajny Exp $
DISTNAME= Imager-0.82
PKGNAME= p5-${DISTNAME}
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Imager/}
MAINTAINER= kuli0020@umn.edu
HOMEPAGE= http://search.cpan.org/~tonyc/Imager/
COMMENT= Perl module for manipulating gray, color, and RGBA format images
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
#MAKE_PARAMS+= --disable gif
SUBST_CLASSES+= ft1
SUBST_STAGE.ft1= post-configure
SUBST_FILES.ft1= Makefile
SUBST_SED.ft1= -e 's,-I/usr/local/include/freetype ,,g'
PERL5_PACKLIST= auto/Imager/.packlist
.include "../../fonts/t1lib/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../mk/giflib.buildlink3.mk"
.include "../../mk/jpeg.buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../graphics/tiff/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"