ports/sysutils/qsudo/Makefile
Xavier Beaudouin ee5c766cba */*: Introduction USES=sudo
A new uses 'sudo' has been added to transperently depends of the
proper flavor of sudo 'default' or 'sssd' depending on the default
version set by the user.

If you prefere to use 'sssd' flavor of sudo, add the following
to your make.conf:

        DEFAULT_VERSIONS+=sudo=sssd

All sudo consummer ports has benn updated to USES=sudo

Reviewed by:    0mp
Approved by:    mat
Sponsored by:   Klara, Inc.
Differential Revision:	https://reviews.freebsd.org/D52160
2025-11-11 04:16:23 +01:00

25 lines
527 B
Makefile

PORTNAME= qsudo
DISTVERSION= 201711240000
PORTREVISION= 4
CATEGORIES= sysutils security
MAINTAINER= jt@obs-sec.com
COMMENT= Qt sudo front-end
WWW= https://github.com/trueos/qsudo
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/../LICENSE
USES= compiler:c++11-lang qmake qt:5 sudo
USE_GITHUB= yes
GH_ACCOUNT= trueos
GH_TAGNAME= 815e31c
USE_QT= core gui widgets buildtools:build
WRKSRC_SUBDIR= src-qt5
LDFLAGS+= -Wl,--as-needed # prevents unnecessary USE_GL=gl, see bug#224488
PLIST_FILES= bin/qsudo
.include <bsd.port.mk>