1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/devel/glibd/Makefile
Jan Beich 47c17dccc9 devel/glib20: update to 2.80.0
Temporarily pass -Dintrospection=disabled to avoid dependency loop
with devel/gobject-introspection.

Changes:	https://gitlab.gnome.org/GNOME/glib/-/blob/2.80.0/NEWS
PR:		277581
Reported by:	GitLab (notify releases)
Exp-run by:	antoine
2024-03-15 06:54:53 +01:00

29 lines
611 B
Makefile

PORTNAME= glibd
PORTVERSION= 2.4.3
DISTVERSIONPREFIX= v
CATEGORIES= devel
MAINTAINER= arrowd@FreeBSD.org
COMMENT= D language bindings for the GLib Utility Library
WWW= https://github.com/gtkd-developers/GlibD
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN= https://github.com/gtkd-developers/GlibD/issues/20
BUILD_DEPENDS= girtod:lang/gir-to-d \
ldc2:lang/ldc
LIB_DEPENDS= libphobos2-ldc-shared.so:lang/ldc \
libdruntime-ldc-shared.so:lang/ldc
USES= gnome meson pkgconfig
USE_GNOME= glib20 introspection
USE_GITHUB= yes
GH_ACCOUNT= gtkd-developers
GH_PROJECT= GlibD
.include <bsd.port.mk>