openbsd-ports/graphics/colord/Makefile

75 lines
1.8 KiB
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.12 2012/05/28 08:56:36 ajacoutot Exp $
COMMENT= device color profile management daemon
2012-05-28 04:45:38 -04:00
DISTNAME= colord-0.1.21
EXTRACT_SUFX= .tar.xz
REVISION= 0
2012-05-28 04:45:38 -04:00
SHARED_LIBS += colord 0.1 # 1.11
SHARED_LIBS += colord-gtk 0.0 # 1.11
CATEGORIES= graphics devel
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
2012-03-19 04:59:00 -04:00
LIB_DEPENDS= sysutils/polkit \
graphics/lcms2
# technically not needed, however it is handy to have some profiles to
# start working with
RUN_DEPENDS= 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 \
2012-03-19 04:59:00 -04:00
--disable-gudev \
--disable-gtk \
2012-03-19 04:59:00 -04:00
--with-daemon-user=_colord \
2012-03-19 08:23:13 -04:00
--disable-sane # needs gudev, libgusb
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:
2012-05-28 04:45:38 -04:00
rm -rf ${WRKINST}/lib
.include <bsd.port.mk>