3aeb8b79ba
* rebase the KDE patched Qt5 ontop of the 5.15.7 branch * update qt5-script to 5.15.11 Exp-run by: antoine PR: 268533
19 lines
536 B
Makefile
19 lines
536 B
Makefile
PORTNAME= virtualkeyboard
|
|
PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH}
|
|
CATEGORIES= x11-toolkits
|
|
PKGNAMEPREFIX= qt5-
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Qt 5 Virtual Keyboard Module
|
|
|
|
LIB_DEPENDS= libhunspell-1.7.so:textproc/hunspell
|
|
|
|
USES= compiler:c++11-lang pkgconfig qmake qt-dist:5,virtualkeyboard xorg
|
|
USE_QT= core declarative network gui widgets svg buildtools:build
|
|
USE_XORG= xcb
|
|
|
|
# Disable the builtin layouts -- otherwise we need to pull in a lot of other
|
|
# stuff.
|
|
QMAKE_ARGS= CONFIG+=disable-layouts
|
|
|
|
.include <bsd.port.mk>
|