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

19 lines
446 B
Makefile

PORTNAME= dsbbatmon
DISTVERSION= 1.0.6
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://freeshell.de/~mk/download/
MAINTAINER= mk@nic-nac-project.org
COMMENT= Qt battery monitor
WWW= https://freeshell.de/~mk/projects/dsbbatmon.html
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
.include <bsd.port.mk>