mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
9f81018336
Upstream PR: https://bugs.kde.org/show_bug.cgi?id=413316 PR: 241741 Reported by: Greg Rivers <gcr@tharned.org>
23 lines
701 B
Makefile
23 lines
701 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= kio
|
|
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
|
|
PORTREVISION= 1
|
|
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 \
|
|
notifications service solid sonnet textwidgets wallet \
|
|
widgetsaddons windowsystem xmlgui
|
|
USE_QT= buildtools_build concurrent core dbus gui network \
|
|
qmake_build script widgets x11extras xml
|
|
|
|
.include <bsd.port.mk>
|