freebsd-ports/print/harfbuzz/Makefile
Koop Mast 883256c609 Enable disabled support for cairo, graphite and icu support. It was pointed
out to me that there is a subtle build failure in future webkit releases and
that libreoffice 4.1 depends on the icu support in harfbuzz.

Pointed out by:	olivierd@ (via priv mail) and ftigeot (on IRC)
2013-06-06 14:59:50 +00:00

34 lines
784 B
Makefile

# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
PORTNAME= harfbuzz
PORTVERSION= 0.9.16
PORTREVISION= 1
CATEGORIES= print
MASTER_SITES= http://www.freedesktop.org/software/harfbuzz/release/
MAINTAINER= kwm@FreeBSD.org
COMMENT= OpenType text shaping engine
LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 \
icudata:${PORTSDIR}/devel/icu \
graphite2:${PORTSDIR}/graphics/graphite2
USE_BZIP2= yes
USE_GMAKE= yes
USE_LDCONFIG= yes
USES= pathfix pkgconfig
USE_GNOME= cairo glib20 ltverhack
USE_AUTOTOOLS= libtool
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 1000024
EXTRA_PATCHES= ${PATCHDIR}/extra-src_hb-open-type-private.hh
.endif
post-patch:
@${REINPLACE_CMD} -e 's|^build_old_libs=yes|build_old_libs=no|g' \
${WRKDIR}/gnome-libtool
.include <bsd.port.post.mk>