aboutsummaryrefslogtreecommitdiff
path: root/sysutils/lxqt-admin/Makefile
blob: ab253ceffd9232928fe98c9404845810bc93ef8c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	lxqt-admin
PORTVERSION=	1.3.0
CATEGORIES=	sysutils
MASTER_SITES=	LXQT

MAINTAINER=	jsm@FreeBSD.org
COMMENT=	System administration tool for the LXQt desktop
WWW=		https://lxqt-project.org

LICENSE=	LGPL21+

USES=	cmake compiler:c++11-lang gnome kde:5 localbase \
	lxqt perl5 pkgconfig tar:xz qt:5 xorg
USE_PERL5=	build
USE_QT=	buildtools:build qmake:build core dbus gui svg \
	widgets x11extras xml
USE_KDE=	windowsystem
USE_GNOME=	glib20
USE_LXQT=	buildtools lxqt
USE_XORG=	x11

.include <bsd.port.mk>