Files
ports/devel/dconf/Makefile
T
sthen 223dd2dcf0 set COMPILER_LANGS=c for various C-only ports
add annotations near COMPILER for some other ports that don't have
COMPILER_LIBCXX in WANTLIB

not changing the actual compiler version of anything here (some could
possibly remove the COMPILER line completely where they only used
COMPILER due to an old WANTLIB entry which has since stopped using
C++, but changing that is too likely to break things)
2025-01-28 11:22:02 +00:00

37 lines
601 B
Makefile
Executable File

COMMENT= configuration backend system
GNOME_PROJECT= dconf
GNOME_VERSION= 0.40.0
REVISION= 2
SHARED_LIBS += dconf 1.3 # 1.0.0
CATEGORIES= devel
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# LGPLv2.1
PERMIT_PACKAGE= Yes
WANTLIB += c gio-2.0 glib-2.0 gobject-2.0
COMPILER= base-clang ports-gcc
COMPILER_LANGS= c
MODULES= devel/meson \
x11/gnome
MODGNOME_TOOLS= docbook vala
BUILD_DEPENDS= shells/bash-completion \
x11/dbus
LIB_DEPENDS= devel/glib2
DEBUG_PACKAGES= ${BUILD_PACKAGES}
# needs a running DBus
TEST_IS_INTERACTIVE= Yes
.include <bsd.port.mk>