summaryrefslogtreecommitdiff
path: root/print/libraqm/Makefile
blob: c558c5e365fbcac74851ce7bf363f6ffb1c96d51 (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
28
PORTNAME=	libraqm
DISTVERSION=	0.10.2
CATEGORIES=	print
MASTER_SITES=	https://github.com/HOST-Oman/${PORTNAME}/releases/download/v${DISTVERSION}/
DISTNAME=	raqm-${DISTVERSION}

MAINTAINER=	kwm@FreeBSD.org
COMMENT=	Library that encapsulates complex text layout logic
WWW=		https://github.com/HOST-Oman/libraqm

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	libfribidi.so:converters/fribidi \
		libharfbuzz.so:print/harfbuzz \
		libfreetype.so:print/freetype2

USES=		meson pkgconfig python:test tar:xz

USE_LDCONFIG=	yes

TEST_TARGET=	test

OPTIONS_DEFINE=		DOCS
DOCS_BUILD_DEPENDS=	gtkdoc-scan:textproc/gtk-doc
DOCS_MESON_TRUE=	docs

.include <bsd.port.mk>