opnsense-ports/sysutils/dsbsu/Makefile
Franco Fichtner 7eba600ec9 */*: sync with upstream
Taken from: FreeBSD
2022-09-26 10:14:12 +02:00

21 lines
437 B
Makefile

PORTNAME= dsbsu
PORTVERSION= 0.2
PORTREVISION= 1
CATEGORIES= sysutils
MAINTAINER= mk@nic-nac-project.org
COMMENT= Qt frontend to su(1)
WWW= https://github.com/mrclksr/DSBSu
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= compiler:c++11-lang gl qmake qt:5 tar:tgz xorg
USE_GL= gl
USE_QT= buildtools:build core gui linguisttools:build widgets
USE_GITHUB= yes
GH_ACCOUNT= mrclksr
GH_PROJECT= DSBSu
.include <bsd.port.mk>