48 lines
1.0 KiB
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.75 2018/07/07 22:39:42 espie Exp $
# -fvisibility
NOT_FOR_ARCHS= ${GCC3_ARCHS}
2015-04-04 09:10:09 +00:00
COMMENT= configuration backend system
2013-03-29 07:31:00 +00:00
GNOME_PROJECT= dconf
2018-04-22 13:29:19 +00:00
GNOME_VERSION= 0.28.0
REVISION= 1
2014-10-08 12:32:45 +00:00
2013-03-29 07:31:00 +00:00
SHARED_LIBS += dconf 1.0 # 1.0.0
2013-03-29 07:31:00 +00:00
CATEGORIES= devel
2013-03-29 07:31:00 +00:00
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>, \
Antoine Jacoutot <ajacoutot@openbsd.org>
# LGPLv2.1
PERMIT_PACKAGE_CDROM= Yes
2018-04-22 13:29:19 +00:00
WANTLIB += c gio-2.0 glib-2.0 gobject-2.0
2018-04-22 13:29:19 +00:00
MODULES= devel/meson \
x11/gnome
2018-04-22 13:29:19 +00:00
MODGNOME_TOOLS= vala
2016-04-25 10:14:40 +00:00
LIB_DEPENDS= devel/glib2
2018-04-29 09:03:43 +00:00
# XXX the gtk-doc dependency chain includes py-numpy which breaks on arm as it
# requires fortran (lang/gcc/4.9,-f95)
#BUILD_DEPENDS += textproc/gtk-doc
#CONFIGURE_ARGS= -Denable-gtk-doc=true
2018-04-22 13:29:19 +00:00
# needs a running DBus
TEST_IS_INTERACTIVE= Yes
pre-configure:
2018-04-22 13:29:19 +00:00
sed -i -e 's,/etc/dconf,${SYSCONFDIR}/dconf,g' \
${WRKSRC}/engine/dconf-engine-source-system.c \
${WRKSRC}/engine/dconf-engine-profile.c \
${WRKSRC}/docs/dconf-overview.xml \
${WRKSRC}/bin/dconf-update.vala \
${WRKSRC}/tests/engine.c
.include <bsd.port.mk>