blob: e590f9fb131585e76d65464d898fcafc8f2fb18f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
PORTNAME= kio
DISTVERSION= 5.80.1 # ${KDE_FRAMEWORKS_VERSION}
CATEGORIES= devel kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 resource and network access abstraction
USES= cmake compiler:c++11-lib desktop-file-utils \
gettext gnome kde:5 qt:5 ssl tar:xz
USE_GNOME= libxml2 libxslt
USE_KDE= archive auth bookmarks codecs completion config \
configwidgets coreaddons crash dbusaddons doctools ecm \
i18n iconthemes itemviews jobwidgets kded \
notifications service solid sonnet textwidgets wallet \
widgetsaddons windowsystem xmlgui
USE_QT= concurrent core dbus declarative gui network \
script widgets x11extras xml \
buildtools_build qmake_build
.include <bsd.port.mk>
|