blob: 22e99d63b8083fea4b56cc4e69af8c0c60319671 (
plain)
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
|
# Created by: Olivier Duchateau
# $FreeBSD$
PORTNAME= lxqt-config
PORTVERSION= 0.13.0
CATEGORIES= sysutils
MASTER_SITES= LXQT
DIST_SUBDIR= lxqt
MAINTAINER= jsm@FreeBSD.org
COMMENT= LXQt system settings center
LICENSE= GPLv2 LGPL21+
LICENSE_COMB= multi
USES= cmake:outsource compiler:c++11-lib kde:5 localbase:ldflags lxqt qt:5 \
pkgconfig tar:xz
USE_QT= buildtools_build qmake_build concurrent core dbus \
gui linguisttools svg widgets x11extras xml
USE_KDE= libkscreen windowsystem
USE_LXQT= buildtools lxqt
USE_XORG= ice sm x11 xcb xcursor xext xfixes xrandr
USE_LDCONFIG= yes
.include <bsd.port.mk>
|