1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/x11-toolkits/libshumate/Makefile
2024-05-01 20:05:21 +02:00

30 lines
748 B
Makefile

PORTNAME= libshumate
DISTVERSION= 1.2.1
CATEGORIES= x11-toolkits geography
MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= GTK4 widget to display maps
WWW= https://wiki.gnome.org/Projects/libshumate
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= gperf:devel/gperf
LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib \
libprotobuf-c.so:devel/protobuf-c \
libsoup-3.0.so:devel/libsoup3 \
libgraphene-1.0.so:graphics/graphene
USES= gettext gnome meson pkgconfig sqlite tar:xz vala:build
USE_GNOME= cairo gdkpixbuf2 gtk40 introspection:build
USE_LDCONFIG= yes
MESON_ARGS= -Dsysprof=disabled
OPTIONS_DEFINE= DOCS
DOCS_BUILD_DEPENDS= gi-docgen:textproc/py-gi-docgen
DOCS_MESON_TRUE= gtk_doc
.include <bsd.port.mk>