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