mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
20 lines
360 B
Makefile
20 lines
360 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= dsbbatmon
|
|
DISTVERSION= 1.0.2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://freeshell.de/~mk/download/
|
|
|
|
MAINTAINER= mk@nic-nac-project.org
|
|
COMMENT= Qt battery monitor
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= tar:tgz qmake
|
|
|
|
USE_GL= gl
|
|
USE_QT5= buildtools_build core gui linguisttools_build widgets
|
|
|
|
.include <bsd.port.mk>
|