c94b6f4719
Overview of changes leading to 0.9.5 Sunday, October 14, 2012 ==================================== - Synthetic-GSUB Arabic fallback shaping. - Misc Indic improvements. - Add build system support for pthread. - Imported UCDN for in-tree Unicode callbacks implementation. - Context-aware Arabic joining. - Misc other fixes. - New API: hb_feature_to/from-string() hb_buffer_[sg]et_content_type()
24 lines
651 B
Makefile
24 lines
651 B
Makefile
# $NetBSD: Makefile,v 1.2 2012/10/21 21:26:10 wiz Exp $
|
|
|
|
DISTNAME= harfbuzz-0.9.5
|
|
CATEGORIES= fonts
|
|
MASTER_SITES= http://www.freedesktop.org/software/harfbuzz/release/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://harfbuzz.org/
|
|
COMMENT= OpenType text shaping engine
|
|
LICENSE= mit
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake pkg-config
|
|
GNU_CONFIGURE= yes
|
|
PKGCONFIG_OVERRIDE= harfbuzz.pc.in
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
.include "../../graphics/cairo/buildlink3.mk"
|
|
.include "../../graphics/freetype2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|