blob: 39d1b376606e0ddb6b99e06efa925412f9fd1149 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# New ports collection makefile for: Font::FreeType
# Date created: 12 Aug 2011
# Whom: Jun Kuriyama <kuriyama@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Font-FreeType
PORTVERSION= 0.03
CATEGORIES= print perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension to read font files and render glyphs using FreeType2
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2
PERL_CONFIGURE= yes
USE_PKGCONFIG= build
MAN3= Font::FreeType.3 \
Font::FreeType::Face.3 \
Font::FreeType::Glyph.3
.include <bsd.port.mk>
|