1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/graphics/colord/Makefile
Koop Mast 951c1f5d1c The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.
The offical GNOME 3.28 release notes can be found at
https://help.gnome.org/misc/release-notes/3.28/

Thanks to Antoine Brodin for running the exp-runs.

PR:		229761
2018-09-30 11:58:29 +00:00

72 lines
1.9 KiB
Makefile

# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
PORTNAME= colord
PORTVERSION= 1.3.5
CATEGORIES= graphics
MASTER_SITES= http://www.freedesktop.org/software/colord/releases/
MAINTAINER= kwm@FreeBSD.org
COMMENT= Manage color profiles to accurately color input/output devices
LICENSE= GPLv2
BUILD_DEPENDS= spotread:graphics/argyllcms
LIB_DEPENDS= libpolkit-gobject-1.so:sysutils/polkit \
libdbus-1.so:devel/dbus \
liblcms2.so:graphics/lcms2
RUN_DEPENDS= spotread:graphics/argyllcms
USERS= colord
GROUPS= colord
USES= gettext gmake libtool localbase pathfix pkgconfig sqlite tar:xz
USE_GNOME= glib20 intlhack introspection:build
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
MAKE_JOBS_UNSAFE=yes
CONFIGURE_ARGS= --disable-udev \
--localstatedir=/var \
--enable-gtk-doc-html=no \
--disable-bash-completion \
--disable-gusb \
--disable-sane \
--with-daemon-user=colord \
--disable-systemd-login \
--enable-libcolordcompat
INSTALL_TARGET= install-strip
GLIB_SCHEMAS= org.freedesktop.ColorHelper.gschema.xml
OPTIONS_SUB= yes
OPTIONS_DEFINE= MANPAGES PPROFILES
MANPAGES_BUILD_DEPENDS= docbook2html:textproc/docbook-utils \
docbook-sgml>0:textproc/docbook-sgml
PPROFILES_DESC= Build extra print profiles (long build time)
PPROFILES_CONFIGURE_ENABLE= print-profiles
.include <bsd.port.options.mk>
post-patch:
@${REINPLACE_CMD} -e 's|-Wclobbered||g' \
-e 's|-Wempty-body||g' \
-e 's|-Wignored-qualifiers||g' \
-e 's|-Wtype-limits||g' \
-e 's|-Wmissing-parameter-type||g' \
${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|lib/color|db/color|g' \
-e 's|/usr/share/color|${PREFIX}/share/color|g' \
${WRKSRC}/src/cd-main.c \
${WRKSRC}/lib/colord/cd-icc-store.c \
${WRKSRC}/src/cd-profile.c
.if ! ${PORT_OPTIONS:MMANPAGES}
@${REINPLACE_CMD} -e "s|2MAN_TRUE=$$|2MAN_TRUE='#'|g ; \
s|2MAN_FALSE='#'|2MAN_FALSE=|g" ${WRKSRC}/configure
.endif
post-install:
@${MKDIR} ${STAGEDIR}/var/db/colord/icc
.include <bsd.port.mk>