pkgsrc-wip/p5-Imager/Makefile
Thomas Klausner 25726a892a Fix build, and remove TODO.
Packages that compile against other libraries should include
the appropriate buildlink3.mk files.
2005-09-20 18:00:59 +00:00

21 lines
726 B
Makefile

# $NetBSD: Makefile,v 1.6 2005/09/20 18:00:59 thomasklausner Exp $
DISTNAME= Imager-0.45
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
PERL5_PACKLIST= auto/Imager/.packlist
.include "../../fonts/t1lib/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../graphics/libungif/buildlink3.mk"
.include "../../graphics/jpeg/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../graphics/tiff/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"