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

PORTNAME=   kconfig
PORTVERSION=    ${KDE_FRAMEWORKS_VERSION}
PORTREVISION=   1
CATEGORIES= devel kde kde-frameworks

MAINTAINER= kde@FreeBSD.org
COMMENT=    KF5 widgets for configuration dialogs

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

.include <bsd.port.mk>