summaryrefslogtreecommitdiff
path: root/fonts/p5-Font-TTF/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/p5-Font-TTF/Makefile')
-rw-r--r--fonts/p5-Font-TTF/Makefile19
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"