freebsd-ports/sysutils/dsbbatmon/Makefile
Tobias C. Berner c6e0b8867f Update sysutils/dsbbatmon to 1.0
The following changes have been made:

- Switch from GTK+ to Qt.
- Change tray icon depending on battery status.
- Generate tray icons if no theme icons are available.
- Detect if battery was added to or removed from the system.
- Let the user choose between auto-shutdown and auto-suspend.
- Let the user configure the ACPI poll interval.

PR:		221912
Submitted by:	Marcel Kaiser <mk@nic-nac-project.org> (maintainer)
2017-10-01 07:43:22 +00:00

19 lines
358 B
Makefile

# $FreeBSD$
PORTNAME= dsbbatmon
PORTVERSION= 1.0
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>