aboutsummaryrefslogtreecommitdiff
path: root/x11/lxqt-globalkeys/Makefile
blob: 701859a755b3cc5b91709a040c99e99a57746889 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $FreeBSD$

PORTNAME=	lxqt-globalkeys
PORTVERSION=	0.13.0
PORTREVISION=	2
CATEGORIES=	x11
MASTER_SITES=	LXQT

MAINTAINER=	jsm@FreeBSD.org
COMMENT=	Global keyboard shortcuts registration

LICENSE=	LGPL21+

USES=		cmake:outsource compiler:c++11-lib kde:5 lxqt pkgconfig qt:5 tar:xz
USE_QT=		buildtools_build qmake_build core dbus gui linguisttools \
		svg widgets x11extras xml
USE_KDE=	windowsystem
USE_LXQT=	buildtools lxqt
USE_XORG=	ice sm x11 xext
USE_LDCONFIG=	yes

.include <bsd.port.mk>