aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/dsbbatmon/Makefile
blob: d414090a544a17d940e40513fc8c4aac9d7a794c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $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=       qt:5 tar:tgz qmake

USE_GL=     gl
USE_QT=     buildtools_build core gui linguisttools_build widgets

.include <bsd.port.mk>