Files
ports/x11/gnome/libgda/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

46 lines
811 B
Makefile

COMMENT= database access library
GNOME_PROJECT= libgda
GNOME_VERSION= 6.0.0
EPOCH= 2
REVISION= 3
CATEGORIES= databases
SHARED_LIBS += gda-6.0 0.0 # 6
HOMEPAGE= https://gnome.pages.gitlab.gnome.org/libgda/
# LGPLv2
PERMIT_PACKAGE= Yes
WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 intl sqlite3
WANTLIB += xml2
COMPILER= base-clang ports-gcc base-gcc
COMPILER_LANGS= c
MODULES= devel/meson \
x11/gnome
# until upstream moves to gettext-tools
MODULES += textproc/intltool
MODGNOME_TOOLS= gobject-introspection vala
BUILD_DEPENDS= devel/iso-codes
LIB_DEPENDS= databases/sqlite3 \
devel/glib2 \
textproc/libxml
TEST_DEPENDS= devel/check
CONFIGURE_ARGS= -Dlibsoup=false
# jsonglib_dep is unused
CONFIGURE_ARGS += -Djson=false
.include <bsd.port.mk>