aboutsummaryrefslogtreecommitdiffstats
path: root/devel/kf5-kio/Makefile
blob: fe4383568c2a63595109f60be46ea4ac317de3f8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: tcberner
# $FreeBSD$

PORTNAME=   kio
PORTVERSION=    ${KDE_FRAMEWORKS_VERSION}
CATEGORIES= devel kde kde-frameworks

MAINTAINER= kde@FreeBSD.org
COMMENT=    KF5 resource and network access abstraction

USES=       cmake:outsource compiler:c++11-lib desktop-file-utils \
        gettext kde:5 ssl tar:xz
USE_GNOME=  libxml2 libxslt
USE_KDE=    archive auth bookmarks codecs completion config \
        configwidgets coreaddons dbusaddons doctools ecm \
        i18n iconthemes itemviews jobwidgets \
        notifications service solid sonnet textwidgets wallet \
        widgetsaddons windowsystem xmlgui
USE_QT5=    buildtools_build concurrent core dbus gui network \
        qmake_build script widgets x11extras xml

.include <bsd.port.mk>