1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/print/harfbuzz/Makefile
Koop Mast 43da0f508a Update to 0.9.28.
USE_BZIP2 -> USES=tar:bzip2
USE_GNOME=ltverhack -> USES=libtool:keepla
Use INSTALL_TARGET=install-strip to strip libraries.

This should fix a build failure as reported in [1]

PR:		ports/188797 [1]
Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu>
2014-05-02 16:28:34 +00:00

30 lines
729 B
Makefile

# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
PORTNAME= harfbuzz
PORTVERSION= 0.9.28
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_LDCONFIG= yes
USES= gmake libtool:keepla pathfix pkgconfig tar:bzip2
USE_GNOME= cairo glib20
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-graphite2
INSTALL_TARGET= install-strip
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 1000024
EXTRA_PATCHES= ${PATCHDIR}/extra-src_hb-open-type-private.hh
.endif
.include <bsd.port.post.mk>