mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
ab806e061a
Changes: https://github.com/behdad/harfbuzz/releases/tag/1.4.5 ABI: https://abi-laboratory.pro/tracker/timeline/harfbuzz/ MFH: 2017Q1
28 lines
687 B
Makefile
28 lines
687 B
Makefile
# Created by: Koop Mast <kwm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= harfbuzz
|
|
PORTVERSION= 1.4.5
|
|
CATEGORIES= print
|
|
MASTER_SITES= http://www.freedesktop.org/software/harfbuzz/release/
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= OpenType text shaping engine
|
|
|
|
LIB_DEPENDS= libfreetype.so:print/freetype2 \
|
|
libicudata.so:devel/icu \
|
|
libgraphite2.so:graphics/graphite2
|
|
|
|
USE_LDCONFIG= yes
|
|
USES= compiler:c++0x gettext-runtime gmake gnome libtool \
|
|
pathfix pkgconfig tar:bzip2
|
|
USE_GNOME= cairo glib20 introspection:build
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-graphite2 --with-gobject=yes
|
|
INSTALL_TARGET= install-strip
|
|
TEST_TARGET= check
|
|
|
|
PLIST_SUB+= LIBVER=0.10400.5
|
|
|
|
.include <bsd.port.mk>
|