mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
cf118ccf87
Reported by: lwhsu
21 lines
518 B
Makefile
21 lines
518 B
Makefile
PORTNAME= virtualkeyboard
|
|
DISTVERSION= ${QT5_VERSION}
|
|
PORTREVISION= 1
|
|
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
|
|
USE_QT= core declarative network gui widgets svg buildtools_build
|
|
|
|
|
|
# Disable the builtin layouts -- otherwise we need to pull in a lot of other
|
|
# stuff.
|
|
QMAKE_ARGS= CONFIG+=disable-layouts
|
|
|
|
.include <bsd.port.mk>
|