aboutsummaryrefslogtreecommitdiffstats
path: root/print/harfbuzz/Makefile
blob: 2a9c26c68fc811ab4ce04eba80fdfbd22f67f9c5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$

PORTNAME=   harfbuzz
PORTVERSION=    1.4.4
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.4

.include <bsd.port.mk>