freebsd-ports/net-im/gitterdone/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

29 lines
615 B
Makefile

PORTNAME= gitterdone
PORTVERSION= 201710031257
PORTREVISION= 3
CATEGORIES= net-im
MAINTAINER= jt@ixsystems.com
COMMENT= Gitter Client based on Qt5
WWW= https://github.com/trueos/gitterdone
LICENSE= BSD2CLAUSE
USES= compiler:c++11-lang gl qmake qt:5 shebangfix tar:xz
USE_QT= core gui network linguist:build \
buildtools:build widgets webkit svg
USE_GL+= gl
USE_LDCONFIG= yes
MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX}
MAKE_JOBS_UNSAFE= yes
WRKSRC_SUBDIR= src-qt5
QMAKE_ARGS= CONFIG+="configure"
USE_GITHUB= yes
GH_ACCOUNT= trueos
GH_TAGNAME= 23eaadb70baeffb22ab035e08fc4675907707590
.include <bsd.port.mk>