freebsd-ports/sysutils/qsudo/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

26 lines
519 B
Makefile

PORTNAME= qsudo
DISTVERSION= 201711240000
PORTREVISION= 3
CATEGORIES= sysutils security
MAINTAINER= jt@ixsystems.com
COMMENT= Qt sudo front-end
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/../LICENSE
RUN_DEPENDS= sudo:security/sudo
USES= compiler:c++11-lang qmake qt:5
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>