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

28 lines
561 B
Makefile

COMMENT= GNOME dictionary application
GNOME_PROJECT= gnome-dictionary
GNOME_VERSION= 40.0
REVISION= 6
SHARED_LIBS += gdict-1.0 9.1 # 10.0
# GPLv2 - LGPLv2.1
PERMIT_PACKAGE= Yes
COMPILER= base-clang ports-gcc
COMPILER_LANGS= c
WANTLIB += c cairo gdk-3 gio-2.0 glib-2.0 gobject-2.0 gtk-3 intl
WANTLIB += m pango-1.0 pangocairo-1.0
MODULES= devel/dconf \
devel/meson \
x11/gnome
LIB_DEPENDS= x11/gtk+3
MODGNOME_TOOLS= desktop-file-utils docbook gobject-introspection yelp \
gtk-update-icon-cache
.include <bsd.port.mk>