Files
Gleb Popov a347a92e6e *: Bump revisions after dbus update
PR:		285253
Reported by:	Martin Birgmeier <d8zNeCFG@aon.at>
2025-03-08 17:05:10 +03:00

43 lines
1020 B
Makefile

PORTNAME= dconf
PORTVERSION= 0.40.0
PORTREVISION= 5
CATEGORIES= devel gnome
MASTER_SITES= GNOME
DISTNAME= dconf-${PORTVERSION}
DIST_SUBDIR= gnome
MAINTAINER= desktop@FreeBSD.org
COMMENT= Configuration database system for GNOME
WWW= https://wiki.gnome.org/Projects/dconf
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= docbook-xsl>=0:textproc/docbook-xsl \
${LOCALBASE}/libdata/pkgconfig/bash-completion.pc:shells/bash-completion
LIB_DEPENDS= libdbus-1.so:devel/dbus
PORTSCOUT= limitw:1,even
USES= gettext gnome localbase meson pkgconfig python:build tar:xz vala:build
USE_CSTD= c99
USE_GNOME= glib20 libxslt:build
USE_LDCONFIG= yes
.if ${/usr/bin/ld:L:tA} != /usr/bin/ld.lld
USE_BINUTILS= yes
LDFLAGS+= -B${LOCALBASE}/bin
.endif
BINARY_ALIAS= python3=${PYTHON_VERSION}
MESON_ARGS= -Dman=true \
-Dgtk_doc=false \
-Dvapi=true
TESTING_UNSAFE= some tests fail
post-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/etc/dconf/db
@${MKDIR} ${STAGEDIR}${PREFIX}/etc/dconf/profile
.include <bsd.port.mk>