mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
47c17dccc9
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
29 lines
611 B
Makefile
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>
|