Files
ports/net/libcloudproviders/Makefile
T
Olivier Duchateau df7dfdaf03 net/libcloudproviders: update to 0.4.0
Update to 0.4.0

  0.4.0
  -----
  * Add dependencies to the pkg-config file (Sam Wedgwood)
  * Replace gtk-doc with gi-docgen
  * Require meson 1.9.0
  * Plug tiny memory leaks and reduce memory footprint of the library

Fix LICENSE

Add patch because we currently have meson 1.7.0 (no regression because
by default documentation is not build)

Add USE_LDCONFIG=yes (truckman)

PR:		292342
2026-02-11 20:40:41 -08:00

18 lines
372 B
Makefile

PORTNAME= libcloudproviders
PORTVERSION= 0.4.0
CATEGORIES= net
MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
COMMENT= cloudproviders integration API
WWW= https://gitlab.gnome.org/GNOME/libcloudproviders
LICENSE= LGPL3+
USES= gnome meson pkgconfig tar:xz vala:build
USE_GNOME= glib20 introspection:build
USE_LDCONFIG= yes
.include <bsd.port.mk>