7fbb8d9527
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
25 lines
699 B
Makefile
25 lines
699 B
Makefile
# $NetBSD: Makefile,v 1.16 2005/08/06 06:19:21 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= Image-Imlib2-1.04
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5im2
|
|
PKGREVISION= 1
|
|
CATEGORIES= graphics perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Image/}
|
|
|
|
MAINTAINER= tech-pkg@NetBSD.org
|
|
HOMEPAGE= http://theory.uwinnipeg.ca/CPAN/data/Image-Imlib2/
|
|
COMMENT= Interface to the Imlib2 image library
|
|
|
|
# versions before that contained a broken imlib2-config
|
|
BUILDLINK_DEPENDS.imlib2+= imlib2>=1.2.0nb2
|
|
|
|
PERL5_MODULE_TYPE= Module::Build
|
|
|
|
PERL5_PACKLIST= auto/Image/Imlib2/.packlist
|
|
|
|
.include "../../graphics/imlib2/buildlink3.mk"
|
|
.include "../../mk/x11.buildlink3.mk"
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|