freebsd-ports/sysutils/dsblogoutmgr/Makefile
Kevin Bowling da3162c7c9 graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.

PR:		246767
Reviewed by:	manu, bapt
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30824
2021-06-22 11:53:08 -07:00

24 lines
523 B
Makefile

PORTNAME= dsblogoutmgr
PORTVERSION= 1.3.2
PORTREVISION= 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= 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>