summaryrefslogtreecommitdiff
path: root/x11/kf5-plasma-framework/Makefile
blob: 8522c57a2997ddf1e9ded5568687cf14c9a4aa86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: tcberner
# $FreeBSD$

PORTNAME=	plasma-framework
PORTVERSION=	${KDE_FRAMEWORKS_VERSION}
PORTREVISION=	1
CATEGORIES=	x11 kde kde-frameworks

MAINTAINER=	kde@FreeBSD.org
COMMENT=	KF5 plugin based UI runtime used to write user interfaces

USES=		cmake:outsource compiler:c++11-lib gettext kde:5 pkgconfig tar:xz
USE_GL=		egl gl
USE_KDE=	activities archive auth codecs completion config \
		configwidgets coreaddons dbusaddons doctools globalaccel \
		guiaddons i18n iconthemes jobwidgets kio package \
		notifications service windowsystem xmlgui kdeclarative \
		widgetsaddons
USE_QT5=	buildtools_build core dbus gui network qmake_build qml \
		quick script sql svg widgets x11extras xml
USE_XORG=	ice sm x11 xcb xext xrandr

.include <bsd.port.mk>