blob: 44da3f23021d9a8580bed35dfd640c3c42a07b83 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
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>
|