0.09 2017-10-18 dmol@cpan.org - Fallback to default charmap for 2.8.1 for backward-compatibility for FNT-fonts 0.08_1 2015-05-02 dmol@cpan.org - Added .gitignore file (htl10@users.sourceforge.net) - Remove generated files from MANIFEST listing (htl10@users.sourceforge.net) - Removed unused variables and silenced some compiler warnings (htl10@users.sourceforge.net)
26 lines
776 B
Makefile
26 lines
776 B
Makefile
# $NetBSD: Makefile,v 1.10 2017/10/23 12:50:08 wiz Exp $
|
|
|
|
DISTNAME= Font-FreeType-0.09
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= perl5 fonts graphics
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Font/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Font-FreeType/
|
|
COMMENT= Read font files and render glyphs from Perl using FreeType2
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
USE_TOOLS+= pkg-config
|
|
|
|
DEPENDS+= p5-Devel-CheckLib-[0-9]*:../../devel/p5-Devel-CheckLib
|
|
DEPENDS+= p5-File-Which-[0-9]*:../../devel/p5-File-Which
|
|
|
|
# for make test
|
|
BUILD_DEPENDS+= p5-Test-Warnings-[0-9]*:../../devel/p5-Test-Warnings
|
|
|
|
PERL5_PACKLIST= auto/Font/FreeType/.packlist
|
|
|
|
.include "../../graphics/freetype2/buildlink3.mk"
|
|
.include "../../lang/perl5/module.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|