3572ca3e01
New version of gtk3 in tree
23 lines
542 B
Makefile
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>
|