summaryrefslogtreecommitdiff
path: root/devel/kf6-kio/Makefile
blob: 831cc93d7d859adb22bf868ca6123acba7f8ffb2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	kio
DISTVERSION=	${KDE_FRAMEWORKS_VERSION}
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>