freebsd-ports/ports-mgmt/portrac/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

28 lines
766 B
Makefile

PORTNAME= portrac
PORTVERSION= 0.5.1
CATEGORIES= ports-mgmt
MASTER_SITES= http://e-soul.org/distfiles/ \
http://home.e-soul.org/~mgp/distfiles/
MAINTAINER= Mario.G.Pavlov@gmail.com
COMMENT= Simple GUI tool for tracking port updates
WWW= https://portrac.e-soul.org/
LICENSE= BSD2CLAUSE
USES= compiler:c++11-lib gl qmake qt:5 tar:bzip2
USE_CXXSTD= c++11
USE_GL= gl
USE_QT= buildtools:build core gui widgets
PLIST_FILES= bin/portrac \
share/portrac/portrac.png \
share/portrac/up-to-date.png \
share/portrac/updates-available.png
do-install:
${INSTALL_PROGRAM} ${WRKDIR}/${DISTNAME}/portrac ${STAGEDIR}${PREFIX}/bin && \
${MKDIR} ${STAGEDIR}${DATADIR} && \
${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/*.png ${STAGEDIR}${DATADIR}
.include <bsd.port.mk>