mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
da3162c7c9
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
26 lines
519 B
Makefile
26 lines
519 B
Makefile
PORTNAME= qsudo
|
|
DISTVERSION= 201711240000
|
|
PORTREVISION= 4
|
|
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>
|