freebsd-ports/graphics/colord-gtk/Makefile
2021-04-06 16:31:07 +02:00

27 lines
750 B
Makefile

# Created by: Koop Mast <kwm@FreeBSD.org>
PORTNAME= colord-gtk
PORTVERSION= 0.2.0
CATEGORIES= graphics
MASTER_SITES= https://www.freedesktop.org/software/colord/releases/
MAINTAINER= kwm@FreeBSD.org
COMMENT= Manage color profiles to accurately color input/output devices
LICENSE= LGPL3
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 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>