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

34 lines
900 B
Makefile

PORTNAME= framework
DISTVERSION= 2.3.0
PORTREVISION= 2
CATEGORIES= deskutils kde
PKGNAMEPREFIX= maliit-
MAINTAINER= kde@FreeBSD.org
COMMENT= Core libraries of Maliit and server
WWW= https://maliit.github.io/
BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \
wayland-protocols>0:graphics/wayland-protocols
LIB_DEPENDS= libharfbuzz.so:print/harfbuzz \
libudev.so:devel/libudev-devd \
libwayland-client.so:graphics/wayland \
libxkbcommon.so:x11/libxkbcommon
USES= cmake compiler:c++11-lang gnome pkgconfig qt:5 xorg
USE_GITHUB= yes
GH_ACCOUNT= maliit
USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk30 pango
USE_QT= core dbus declarative gui network wayland widgets \
buildtools:build qmake:build
USE_XORG= xcb
CMAKE_ON= enable-dbus-activation \
enable-wayland-gtk
CMAKE_OFF= enable-tests \
enable-docs
BINARY_ALIAS= qtwaylandscanner=${QT_BINDIR}/qtwaylandscanner
.include <bsd.port.mk>