aboutsummaryrefslogtreecommitdiff
path: root/devel/liblxqt/Makefile
blob: 41be25d2fd9917b4b8d7d9747507f376b0b5acd8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Olivier Duchateau
# $FreeBSD$

PORTNAME=	liblxqt
PORTVERSION=	0.11.1
CATEGORIES=	devel
MASTER_SITES=	LXQT

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

LICENSE=	LGPL21+

USES=	cmake:outsource compiler:c++11-lib gettext kde:5 lxqt \
	pkgconfig tar:xz
USE_QT5=	buildtools_build qmake_build dbus core gui linguisttools \
	svg widgets x11extras xml
USE_KDE=	windowsystem
USE_LXQT=	buildtools qtxdg
USE_XORG=	x11 xscrnsaver

.include <bsd.port.mk>