freebsd-ports/print/libotf/Makefile

22 lines
491 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
NO_STAGE= yes
.include <bsd.port.mk>