aboutsummaryrefslogtreecommitdiff
path: root/print/linux-c7-harfbuzz/Makefile
blob: 2092b7b81e05dd5fc75d7a52b67f176c5fee8959 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	harfbuzz
PORTVERSION=	1.7.5
DISTVERSIONSUFFIX=	-2.el7
CATEGORIES=	print linux

MAINTAINER=	emulation@FreeBSD.org
COMMENT=	OpenType text shaping engine (Linux CentOS ${LINUX_DIST_VER})
WWW=		https://harfbuzz.github.io/

USES=		cpe linux:c7
USE_LDCONFIG=	yes
USE_LINUX=	graphite2
USE_LINUX_RPM=	yes

CPE_VENDOR=	harfbuzz_project

DESCR=		${.CURDIR}/../${PORTNAME}/pkg-descr

OPTIONS_DEFINE=	DOCS

.include <bsd.port.mk>