mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
c0a5e2416d
Go another round with the dependency-cleanup: - ECM and doctools are still more only a build-dep - Qt testlibs is a build-dep This touches plenty of ports outside of KDE Frameworks that did **not** list their full dependencies and could get away with it because frameworks pulled in too much.
22 lines
724 B
Makefile
22 lines
724 B
Makefile
PORTNAME= kio
|
|
DISTVERSION= ${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 \
|
|
i18n iconthemes itemviews jobwidgets kded \
|
|
notifications service solid sonnet textwidgets wallet \
|
|
widgetsaddons windowsystem xmlgui \
|
|
doctools_build ecm_build
|
|
USE_QT= concurrent core dbus declarative gui network \
|
|
script widgets x11extras xml \
|
|
buildtools_build qmake_build testlib_build
|
|
|
|
.include <bsd.port.mk>
|