7669446d90
PR: 195596 Submitted by: Jan Beich <jbeich@vfemail.net>
31 lines
750 B
Makefile
31 lines
750 B
Makefile
# Created by: Koop Mast <kwm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= harfbuzz
|
|
PORTVERSION= 0.9.36
|
|
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 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
|
|
|
|
PLIST_SUB+= LIBVER=0.936.0
|
|
|
|
.include <bsd.port.post.mk>
|