aboutsummaryrefslogtreecommitdiff
path: root/sysutils/lxqt-qtplugin/Makefile
blob: 43c8a23ca19b9c670e5f1a722215b5041a883a62 (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
24
25
26
27
28
29
# Created by: Olivier Duchateau
# $FreeBSD$

PORTNAME=	lxqt-qtplugin
PORTVERSION=	0.14.0
CATEGORIES=	sysutils
MASTER_SITES=	LXQT

MAINTAINER=	jsm@FreeBSD.org
COMMENT=	LXQt system integration plugin for Qt

LICENSE=	LGPL21+

LIB_DEPENDS=	libdbusmenu-qt5.so:devel/libdbusmenu-qt \
		libexif.so:graphics/libexif

USES=	cmake compiler:c++14-lang kde:5 lxqt pkgconfig tar:xz qt:5 gnome gettext-runtime

USE_XORG=xcb
USE_GNOME=glib20
USE_QT=	buildtools_build qmake_build core dbus gui svg widgets \
	x11extras xml
USE_KDE=	windowsystem
USE_LXQT=	buildtools qtxdg libfmqt
USE_LDCONFIG=	yes

PLIST_FILES=	${QT_PLUGINDIR}/platformthemes/libqtlxqt.so

.include <bsd.port.mk>