aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/lxqt-session/Makefile
blob: b411eee3f8856195611cc57d7185e79ee41749e5 (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
# Created by: Olivier Duchateau
# $FreeBSD$

PORTNAME=   lxqt-session
PORTVERSION=    0.13.0
CATEGORIES= x11-wm
MASTER_SITES=   LXQT

MAINTAINER= jsm@FreeBSD.org
COMMENT=    Session manager component for LXQt

LICENSE=    LGPL21+

BUILD_DEPENDS=  xdg-user-dirs-update:devel/xdg-user-dirs

USES=   cmake compiler:c++11-lib kde:5 lxqt qt:5 \
    pkgconfig tar:xz
USE_QT= buildtools_build qmake_build core dbus gui linguisttools \
    svg widgets x11extras xml
USE_KDE=    windowsystem
USE_LXQT=   buildtools lxqt qtxdg
USE_XORG=   x11 ice sm xcb xext

CMAKE_OFF=  WITH_LIBUDEV
post-patch:
    @${REINPLACE_CMD} -e 's|\@PREDEF_XDG_CONFIG_DIRS\@|\@PREDEF_XDG_CONFIG_DIRS\@:\${LOCALBASE}/share|g' ${WRKSRC}/startlxqt.in

.include <bsd.port.mk>