aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/kf5-kcompletion/Makefile
blob: 9d8c074f34cc92685fcc8303bbac3137d5f479f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PORTNAME=	kcompletion
DISTVERSION=	${KDE_FRAMEWORKS_VERSION}
CATEGORIES=	x11-toolkits kde kde-frameworks

MAINTAINER=	kde@FreeBSD.org
COMMENT=	KF5 text completion helpers and widgets
WWW=		https://api.kde.org/frameworks-api/frameworks5-apidocs/kcompletion/html/index.html

USES=		cmake compiler:c++11-lib kde:5 qt:5 tar:xz
USE_KDE=	config widgetsaddons \
		ecm_build
USE_QT=		core gui linguisttools widgets xml \
		buildtools_build qmake_build

.include <bsd.port.mk>