1PORTNAME= libchamplain 2PORTVERSION= 0.12.21 3CATEGORIES= graphics 4MASTER_SITES= GNOME 5 6MAINTAINER= gnome@FreeBSD.org 7COMMENT= C library aimed to provide a Gtk+ widget to display rasterized maps and markers 8WWW= https://projects.gnome.org/libchamplain/ 9 10LICENSE= lgpl2.1 11LICENSE_FILE= ${WRKSRC}/COPYING 12 13LIB_DEPENDS= libcogl.so:graphics/cogl \ 14 libclutter-1.0.so:graphics/clutter \ 15 libclutter-gtk-1.0.so:graphics/clutter-gtk3 \ 16 libjson-glib-1.0.so:devel/json-glib \ 17 libsoup-3.0.so:devel/libsoup3 18 19USES= gettext-runtime gl gnome localbase meson \ 20 pkgconfig sqlite tar:xz vala:build xorg 21USE_GNOME= cairo gdkpixbuf gtk30 introspection:build 22USE_GL= egl 23USE_XORG= x11 xcomposite xdamage xext xfixes xi xrandr 24USE_LDCONFIG= yes 25INSTALL_TARGET= install-strip 26CONFIGURE_ARGS= -Dlibsoup3=true 27 28PLIST_SUB= VERSION=0.12 29 30.include <bsd.port.mk> 31