aboutsummaryrefslogtreecommitdiff
path: root/devel/plasma5-khotkeys/Makefile
blob: 0ea9b5a0cc0c092919f7718eb49333b76e4a68f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# $FreeBSD$

PORTNAME=	khotkeys
DISTVERSION=	${KDE_PLASMA_VERSION}
CATEGORIES=	devel kde kde-plasma

MAINTAINER=	kde@FreeBSD.org
COMMENT=	Plasma5 library for hotkeys

USES=		cmake:outsource compiler:c++11-lib cpe gettext kde:5 qt:5 tar:xz
USE_KDE=	auth bookmarks codecs completion config configwidgets \
		coreaddons crash dbusaddons ecm emoticons globalaccel \
		guiaddons i18n iconthemes init itemmodels itemviews jobwidgets \
		kcmutils kdelibs4support kio notifications parts \
		plasma-framework plasma-workspace service solid sonnet \
		textwidgets unitconversion widgetsaddons windowsystem xmlgui
USE_QT=		core dbus gui network printsupport widgets x11extras xml \
		buildtools_build qmake_build
USE_XORG=	x11 xtst

.include <bsd.port.mk>