1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/print/libotf/Makefile
2014-01-28 15:59:10 +00:00

22 lines
477 B
Makefile

# Created by: Kimura Fuyuki <fuyuki@hadaly.org>
# $FreeBSD$
PORTNAME= libotf
PORTVERSION= 0.9.13
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= freetype.9:${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>