freebsd-ports/deskutils/charmtimetracker/Makefile
Felix Palmen ddae4e92d8 Mk/Uses: always use colon for build/run suffix
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
2022-09-11 12:20:14 +02:00

32 lines
793 B
Makefile

PORTNAME= charmtimetracker
DISTVERSION= 1.12.0
PORTREVISION= 7
CATEGORIES= deskutils
# PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
MAINTAINER= adridg@FreeBSD.org
COMMENT= Time tracker
WWW= https://github.com/KDAB/Charm
# The top-level license file is GPLv2, but all the sources say
# (at your option) GPLv2+ .
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libqt5keychain.so:security/qtkeychain@qt5
USES= cmake compiler:c++11-lib pkgconfig qt:5 xorg
CMAKE_ARGS= -DCharm_VERSION:STRING=${PORTVERSION}
USE_GITHUB= yes
GH_ACCOUNT= KDAB
GH_PROJECT= Charm
USE_QT= core dbus gui \
network printsupport script sql sql-sqlite3 \
widgets xml \
buildtools:build qmake:build testlib:build
USE_XORG= ice x11 xcb xext xscrnsaver
.include <bsd.port.mk>