aboutsummaryrefslogtreecommitdiff
path: root/devel/liblxqt/Makefile
blob: 4d2400d0914e8f39d4af8f31817e1771af985d32 (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
# Created by: Olivier Duchateau
# $FreeBSD$

PORTNAME=	liblxqt
PORTVERSION=	0.14.0
PORTREVISION=	1
CATEGORIES=	devel
MASTER_SITES=	LXQT

MAINTAINER=	jsm@FreeBSD.org
COMMENT=	Shared library for LXQt applications

LICENSE=	LGPL21+

LIB_DEPENDS=	libpolkit-qt5-core-1.so:sysutils/polkit-qt

USES=	cmake compiler:c++14-lang gettext kde:5 lxqt \
	pkgconfig qt:5 tar:xz
USE_QT=	buildtools_build qmake_build dbus core gui linguisttools \
	svg widgets x11extras xml
USE_KDE=	windowsystem
USE_LXQT=	buildtools qtxdg
USE_XORG=	x11 xscrnsaver
USE_LDCONFIG=	yes

.include <bsd.port.mk>