openbsd-ports/graphics/colord/Makefile
2012-09-27 06:55:04 +00:00

78 lines
1.9 KiB
Makefile

# $OpenBSD: Makefile,v 1.17 2012/09/27 06:55:04 ajacoutot Exp $
COMMENT= device color profile management daemon
DISTNAME= colord-0.1.23
EXTRACT_SUFX= .tar.xz
SHARED_LIBS += colord 0.1 # 1.11
CATEGORIES= graphics print
HOMEPAGE= http://www.freedesktop.org/software/colord/
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += c ffi gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0
WANTLIB += lcms2 m pcre polkit-gobject-1 pthread sqlite3 z
MASTER_SITES= http://www.freedesktop.org/software/colord/releases/
MODULES= devel/gettext \
textproc/intltool
BUILD_DEPENDS= lang/vala \
devel/gobject-introspection \
textproc/docbook2x
LIB_DEPENDS= sysutils/polkit \
graphics/lcms2
# technically not needed, however it is handy to have some profiles to
# start working with
RUN_DEPENDS-main=graphics/shared-color-profiles
USE_GMAKE= Yes
USE_LIBTOOL= Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--enable-introspection \
--disable-gtk-doc \
--disable-reverse \
--disable-gudev \
--with-daemon-user=_colord \
--disable-sane # needs gudev, libgusb
# If one of these tools is found at configure stage, it might be used,
# no matter whether we use --disable-gtk-doc or not.
CONFIGURE_ENV +=ac_cv_path_GTKDOC_CHECK="" \
ac_cv_path_GTKDOC_REBASE="" \
ac_cv_path_GTKDOC_MKPDF=""
FAKE_FLAGS= sysconfdir="${PREFIX}/share/examples/colord"
pre-configure:
${SUBST_CMD} ${WRKSRC}/etc/colord.conf.in \
${WRKSRC}/src/{cd-profile-store.c,cd-profile.c}
perl -pi -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
post-install:
rm -r ${WRKINST}/rules.d
.include <bsd.port.mk>