ddae4e92d8
Most USES use a colon for build/run(/test) suffixes. Change kde.mk, qt.mk and pyqt.mk to do the same, and update all ports using that. Document in CHANGES. PR: 266034 Exp-run by: antoine Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D36349
20 lines
446 B
Makefile
20 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>
|