freebsd-ports/sysutils/dsblogoutmgr/Makefile
Tobias Kortkamp 5856983ed4 sysutils/dsblogoutmgr: Update to 1.1
- 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)
2017-09-09 16:47:25 +00:00

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>