summaryrefslogtreecommitdiff
path: root/print/linux-c7-harfbuzz/Makefile
blob: 5ec81afc97f67f48d600a797f9dcd8b1e76b7330 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

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})

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

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

OPTIONS_DEFINE=	DOCS

.include <bsd.port.mk>