ports/devel/libdex/Makefile
Olivier Duchateau 44b4063bc0 devel/libdex: update to 0.10.1
Update libdex to version 0.10.1.

USE_LDCONFIG is needed. (truckman)

PR:		287875
2025-07-04 01:56:01 -07:00

21 lines
430 B
Makefile

PORTNAME= libdex
PORTVERSION= 0.10.1
CATEGORIES= devel
MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
COMMENT= Library supporting Deferred Execution for GTK applications
WWW= https://gitlab.gnome.org/GNOME/libdex
LICENSE= LGPL21
USES= gnome meson pkgconfig tar:xz vala:build
USE_GNOME= glib20 introspection:build
USE_LDCONFIG= yes
MESON_ARGS= -Dexamples=false \
-Dtests=false
.include <bsd.port.mk>