Files
ports/graphics/libchamplain/Makefile
T
Daniel Engberg bf193dc1da */*: Replace CONFIGURE_ARGS with MESON_ARGS
Meson based ports that uses CONFIGURE_ARGS "works" as MESON_ARGS is
appended however framework and documentation expects that MESON_ARGS
is used for Meson based ports

PR:		294808
Approved by:	blanket
2026-04-28 20:22:54 +02:00

31 lines
840 B
Makefile

PORTNAME= libchamplain
PORTVERSION= 0.12.21
CATEGORIES= graphics
MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= C library aimed to provide a Gtk+ widget to display rasterized maps and markers
WWW= https://projects.gnome.org/libchamplain/
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libcogl.so:graphics/cogl \
libclutter-1.0.so:graphics/clutter \
libclutter-gtk-1.0.so:graphics/clutter-gtk3 \
libjson-glib-1.0.so:devel/json-glib \
libsoup-3.0.so:devel/libsoup3
USES= gettext-runtime gl gnome localbase meson \
pkgconfig sqlite tar:xz vala:build xorg
USE_GNOME= cairo gdkpixbuf gtk30 introspection:build
USE_GL= egl
USE_XORG= x11 xcomposite xdamage xext xfixes xi xrandr
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
MESON_ARGS= -Dlibsoup3=true
PLIST_SUB= VERSION=0.12
.include <bsd.port.mk>