freebsd-ports/print/harfbuzz/Makefile
Mathieu Arnold 8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00

31 lines
756 B
Makefile

# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
PORTNAME= harfbuzz
PORTVERSION= 1.2.3
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= gmake 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
PLIST_SUB+= LIBVER=0.10200.3
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 1000024
EXTRA_PATCHES= ${PATCHDIR}/extra-src_hb-open-type-private.hh
.endif
.include <bsd.port.post.mk>