freebsd-ports/x11-toolkits/libhandy/Makefile
Nuno Teixeira 3572ca3e01 */*: Bump consumers of x11-toolkits/gtk30
New version of gtk3 in tree
2023-12-23 18:14:14 +00:00

23 lines
542 B
Makefile

PORTNAME= libhandy
PORTVERSION= 1.6.2
PORTREVISION= 2
CATEGORIES= x11-toolkits gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
COMMENT= Library with GTK widgets for mobile phones
WWW= https://gitlab.gnome.org/GNOME/libhandy/
LICENSE= LGPL21
LIB_DEPENDS= libfribidi.so:converters/fribidi \
libgladeui-2.so:devel/glade
USES= compiler:c11 gettext gnome meson pkgconfig tar:xz vala:build
USE_GNOME= cairo gdkpixbuf2 gtk30 introspection:build
USE_LDCONFIG= yes
MESON_ARGS= -Dtests=false
.include <bsd.port.mk>