933fd6ade6
expect it to have
34 lines
824 B
Makefile
34 lines
824 B
Makefile
# Created by: Koop Mast <kwm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= harfbuzz
|
|
PORTVERSION= 0.9.19
|
|
CATEGORIES= print
|
|
MASTER_SITES= http://www.freedesktop.org/software/harfbuzz/release/
|
|
|
|
MAINTAINER= kwm@FreeBSD.org
|
|
COMMENT= OpenType text shaping engine
|
|
|
|
LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \
|
|
libicudata.so:${PORTSDIR}/devel/icu \
|
|
libgraphite2.so:${PORTSDIR}/graphics/graphite2
|
|
|
|
USE_BZIP2= yes
|
|
USE_LDCONFIG= yes
|
|
USES= gmake pathfix pkgconfig
|
|
USE_GNOME= cairo glib20 ltverhack
|
|
USE_AUTOTOOLS= libtool
|
|
CONFIGURE_ARGS= --with-graphite2
|
|
|
|
NO_STAGE= yes
|
|
.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>
|