diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2002-05-29 14:11:24 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2002-05-29 14:11:24 +0000 |
commit | 9465408708762e68140534d2607ea4f52e648904 (patch) | |
tree | 7f56ce6c7fbc868b5d2b6b9fa23e3b0e7fda7bf8 /fonts/p5-Font-TTF/Makefile | |
parent | 25816732ffc11063f587088e72cf4e4993b750b4 (diff) | |
download | pkgsrc-9465408708762e68140534d2607ea4f52e648904.tar.gz |
Initial import of p5-Font-TTF from Rui-Xiang Guo in pkg/17035.
p5-Font-TTF is a Perl module for TrueType font hacking. Supports reading,
processing and writing of the following tables: GDEF, GPOS, GSUB, LTSH,
OS/2, PCLT, bsln, cmap, cvt, fdsc, feat, fpgm, glyf, hdmx, head, hhea,
hmtx, kern, loca, maxp, mort, name, post, prep, prop, vhea, vmtx and the
reading and writing of all other table types.
Diffstat (limited to 'fonts/p5-Font-TTF/Makefile')
-rw-r--r-- | fonts/p5-Font-TTF/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/fonts/p5-Font-TTF/Makefile b/fonts/p5-Font-TTF/Makefile new file mode 100644 index 00000000000..24a062aa802 --- /dev/null +++ b/fonts/p5-Font-TTF/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/05/29 14:11:24 uebayasi Exp $ +# + +DISTNAME= Font-TTF-0.28 +PKGNAME= p5-${DISTNAME} +CATEGORIES= perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Font/} + +MAINTAINER= packages@netbsd.org +COMMENT= Perl module for TrueType font hacking + +USE_BUILDLINK_ONLY= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Font/TTF/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../lang/perl5/buildlink.mk" +.include "../../mk/bsd.pkg.mk" |