aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/kf5-kcompletion/Makefile
blob: 856b801e2f8246201e0fdb9c2d7009d8f381393b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Created by: tcberner
# $FreeBSD$

PORTNAME=   kcompletion
PORTVERSION=    ${KDE_FRAMEWORKS_VERSION}
PORTREVISION=   1
CATEGORIES= x11-toolkits kde kde-frameworks

MAINTAINER= kde@FreeBSD.org
COMMENT=    KF5 text completion helpers and widgets

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

.include <bsd.port.mk>