freebsd-ports/x11-toolkits/libhandy/Makefile

23 lines
500 B
Makefile
Raw Normal View History

PORTNAME= libhandy
2021-07-16 10:11:08 +02:00
PORTVERSION= 1.2.3
CATEGORIES= x11-toolkits gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
COMMENT= Library with GTK+ widgets for mobile phones
LICENSE= LGPL21
BUILD_DEPENDS= valac:lang/vala
2021-05-27 03:47:24 +02:00
LIB_DEPENDS= libfribidi.so:converters/fribidi \
libgladeui-2.so:devel/glade
USES= compiler:c11 gettext gnome meson pkgconfig tar:xz
USE_GNOME= cairo gdkpixbuf2 gtk30 introspection:build
USE_LDCONFIG= yes
MESON_ARGS= -Dtests=false
.include <bsd.port.mk>