aboutsummaryrefslogtreecommitdiff
path: root/devel/icu-le-hb/Makefile
blob: 5add87e8e61a24c9f8ca4df20ccfe150484e0b69 (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
PORTNAME=	icu-le-hb
PORTVERSION=	1.2.3
CATEGORIES=	devel print

MAINTAINER=	office@FreeBSD.org
COMMENT=	ICU Layout Engine API on top of HarfBuzz shaping library

LICENSE=	ICU
LICENSE_NAME=	ICU license
LICENSE_FILE=	${WRKSRC}/COPYING
LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept

LIB_DEPENDS=	libicuuc.so:devel/icu \
		libharfbuzz.so:print/harfbuzz

USE_GITHUB=	yes
GH_ACCOUNT=	behdad

USES=		autoreconf compiler:c++11-lib gmake libtool pathfix pkgconfig
USE_CXXSTD=	gnu++11
USE_LDCONFIG=	yes
GNU_CONFIGURE=	yes
INSTALL_TARGET=	install-strip

.include <bsd.port.mk>