forked from Lainports/freebsd-ports
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
19 lines
543 B
Makefile
19 lines
543 B
Makefile
PORTNAME= kquickimageeditor
|
|
DISTVERSION= 0.2.0
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= KDE/stable/${PORTNAME}/
|
|
|
|
MAINTAINER= adridg@FreeBSD.org
|
|
COMMENT= Simple image editor for QtQuick applications
|
|
WWW= https://invent.kde.org/libraries/kquickimageeditor
|
|
|
|
LICENSE= LGPL21+
|
|
LICENSE_FILE= ${WRKSRC}/LICENSES/LGPL-2.1-or-later.txt
|
|
|
|
USES= cmake compiler:c++17-lang gl kde:5 pkgconfig qt:5 tar:xz
|
|
USE_GL= gl
|
|
USE_QT= core declarative gui network quickcontrols2 \
|
|
buildtools:build linguist:build qmake:build
|
|
USE_KDE= ecm:build
|
|
|
|
.include <bsd.port.mk>
|