diff options
Diffstat (limited to 'devel/libdex/Makefile')
-rw-r--r-- | devel/libdex/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/devel/libdex/Makefile b/devel/libdex/Makefile new file mode 100644 index 000000000000..44da3f23021d --- /dev/null +++ b/devel/libdex/Makefile @@ -0,0 +1,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> |