blob: 5c9a45b1fb9a574abf4afeeb22bd44de1601d02a (
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
|
PORTNAME= dsblogoutmgr
PORTVERSION= 1.3.2
CATEGORIES= sysutils
MASTER_SITES= http://freeshell.de/~mk/download/
MAINTAINER= mk@nic-nac-project.org
COMMENT= Graphical logout manager
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= compiler:c++11-lang gl qmake qt:5 tar:tgz
USE_GL= gl
USE_QT= buildtools_build core gui linguisttools_build widgets
OPTIONS_DEFINE= METALOCK
METALOCK_DESC= Use metalock for locking the screen
METALOCK_RUN_DEPENDS= metalock:x11/metalock
.include <bsd.port.mk>
|