blob: b316e00368f75bb782108839daa89db3904215da (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
PORTNAME= kio
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
PORTREVISION= 1
CATEGORIES= devel kde kde-frameworks
COMMENT= Network transparent access to files and data
MAINTAINER= kde@FreeBSD.org
LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon
USES= cmake desktop-file-utils gettext gl gnome kde:6 qt:6 ssl \
tar:xz xorg
USE_GL= gl opengl
USE_GNOME= libxml2 libxslt
USE_KDE= archive auth bookmarks colorscheme completion config \
configwidgets coreaddons crash dbusaddons doctools guiaddons \
i18n iconthemes itemviews jobwidgets notifications service \
solid wallet widgetsaddons windowsystem \
ecm:build
USE_QT= 5compat base
USE_XORG= x11
.include <bsd.port.mk>
|