Files
ports/devel/libgdata/Makefile
T
Charlie Li fc879c7b8d net/uhttpmock0: copy from net/uhttpmock and switch consumer
The latest uhttpmock uses devel/libsoup3 with a changed SONAME to
reflect incompatibility.
2024-12-25 17:17:28 -05:00

27 lines
689 B
Makefile

PORTNAME= libgdata
PORTVERSION= 0.18.1
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= GNOME
MAINTAINER= kwm@FreeBSD.org
COMMENT= GLib-based implementation of the GData protocol
WWW= https://live.gnome.org/libgdata
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= uhttpmock0>0:net/uhttpmock0
LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \
libjson-glib-1.0.so:devel/json-glib \
libp11-kit.so:security/p11-kit \
libgoa-1.0.so:net/gnome-online-accounts \
libgcr-base-3.so:security/gcr3 \
liboauth.so:net/liboauth
USES= gettext gnome localbase meson pkgconfig tar:xz vala:build
USE_GNOME= glib20 introspection:build libxml2
USE_LDCONFIG= yes
.include <bsd.port.mk>