5856983ed4
- A button to change the timer has been added to the countdown window. - A bug concerning icon loading has been fixed. PR: 222023 Submitted by: Marcel Kaiser <mk@nic-nac-project.org> (maintainer)
19 lines
367 B
Makefile
19 lines
367 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= dsblogoutmgr
|
|
PORTVERSION= 1.1
|
|
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= tar:tgz qmake
|
|
|
|
USE_GL= gl
|
|
USE_QT5= buildtools_build core gui linguisttools_build widgets
|
|
|
|
.include <bsd.port.mk>
|