aboutsummaryrefslogtreecommitdiffstats
path: root/print/libotf/Makefile
blob: d48c68cb848e7e03c9693fe2ae05418fab4123bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Kimura Fuyuki <fuyuki@hadaly.org>
# $FreeBSD$

PORTNAME=   libotf
PORTVERSION=    0.9.13
PORTREVISION=   1
CATEGORIES= print devel
MASTER_SITES=   ${MASTER_SITE_SAVANNAH}:m17n
MASTER_SITE_SUBDIR= m17n

MAINTAINER= nikola.lecic@anthesphoria.net
COMMENT=    Library for handling OpenType fonts

LIB_DEPENDS=    libfreetype.so:${PORTSDIR}/print/freetype2

USES=       pathfix pkgconfig
USE_XORG=   x11 xt xaw xmu
GNU_CONFIGURE=  yes
USE_LDCONFIG=   yes
CPPFLAGS+=  -I${LOCALBASE}/include

.include <bsd.port.mk>