Tweak print/libotf version 0.9.13
[dports.git] / print / libotf / Makefile
1 # Created by: Kimura Fuyuki <fuyuki@hadaly.org>
2 # $FreeBSD: print/libotf/Makefile 322366 2013-07-06 07:59:09Z bapt $
3
4 PORTNAME=       libotf
5 PORTVERSION=    0.9.13
6 CATEGORIES=     print devel
7 MASTER_SITES=   ${MASTER_SITE_SAVANNAH}:m17n
8 MASTER_SITE_SUBDIR=     m17n
9
10 MAINTAINER=     nikola.lecic@anthesphoria.net
11 COMMENT=        Library for handling OpenType fonts
12
13 LIB_DEPENDS=    freetype.9:${PORTSDIR}/print/freetype2
14
15 USES=           pathfix pkgconfig
16 USE_XORG=       x11 xt xaw xmu
17 GNU_CONFIGURE=  yes
18 USE_LDCONFIG=   yes
19 CPPFLAGS+=      -I${LOCALBASE}/include
20
21 .include <bsd.port.mk>