aboutsummaryrefslogtreecommitdiff
path: root/graphics/colord-gtk/Makefile
blob: f8bea5022207eea870b864970da32b68cc8027e0 (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
PORTNAME=	colord-gtk
PORTVERSION=	0.3.1
CATEGORIES=	graphics
MASTER_SITES=	https://www.freedesktop.org/software/colord/releases/

MAINTAINER=	desktop@FreeBSD.org
COMMENT=	Manage color profiles to accurately color input/output devices
WWW=		https://www.freedesktop.org/software/colord

LICENSE=	LGPL21+
LICENSE_FILE=	${WRKSRC}/COPYING

BUILD_DEPENDS=	xsltproc:textproc/libxslt \
		docbook-xsl-ns>0:textproc/docbook-xsl-ns
LIB_DEPENDS=	libcolord.so:graphics/colord \
		libpolkit-gobject-1.so:sysutils/polkit \
		libdbus-1.so:devel/dbus \
		liblcms2.so:graphics/lcms2

USE_GNOME=	cairo gtk30 gtk40 introspection:build
USES=		gettext gnome localbase:ldflags meson pkgconfig sqlite tar:xz
USE_LDCONFIG=	yes
MESON_ARGS=	-Ddocs=false \
		-Dtests=false

.include <bsd.port.mk>