aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/qt5-virtualkeyboard/Makefile
blob: 5716ddb7e0c5f14c2ff54a8bf96e3f9c6dec1711 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $FreeBSD$

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.6.so:textproc/hunspell

USES=		compiler:c++11-lang qmake qt-dist:5,virtualkeyboard
USE_QT=		core declarative network gui widgets svg buildtools_build

USE_LDCONFIG=	${PREFIX}/${QT_LIBDIR_REL}

# Disable the builtin layouts -- otherwise we need to pull in a lot of other
# stuff.
QMAKE_ARGS=	CONFIG+=disable-layouts

.include <bsd.port.mk>