2017-02-18 20:48:05 +01:00
|
|
|
PORTNAME= virtualkeyboard
|
|
|
|
DISTVERSION= ${QT5_VERSION}
|
2020-11-21 19:18:34 +01:00
|
|
|
PORTREVISION= 1
|
2017-02-18 20:48:05 +01:00
|
|
|
CATEGORIES= x11-toolkits
|
|
|
|
PKGNAMEPREFIX= qt5-
|
|
|
|
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
|
|
COMMENT= Qt 5 Virtual Keyboard Module
|
|
|
|
|
2019-01-18 22:14:41 +01:00
|
|
|
LIB_DEPENDS= libhunspell-1.7.so:textproc/hunspell
|
2017-02-18 20:48:05 +01:00
|
|
|
|
2018-12-16 15:49:16 +01:00
|
|
|
USES= compiler:c++11-lang pkgconfig qmake qt-dist:5,virtualkeyboard
|
2018-11-04 20:00:53 +01:00
|
|
|
USE_QT= core declarative network gui widgets svg buildtools_build
|
2018-09-09 13:12:14 +02:00
|
|
|
|
2017-02-18 20:48:05 +01:00
|
|
|
|
2018-09-09 13:12:14 +02:00
|
|
|
# Disable the builtin layouts -- otherwise we need to pull in a lot of other
|
|
|
|
# stuff.
|
|
|
|
QMAKE_ARGS= CONFIG+=disable-layouts
|
|
|
|
|
2017-02-18 20:48:05 +01:00
|
|
|
.include <bsd.port.mk>
|