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
25 lines
804 B
Makefile
25 lines
804 B
Makefile
PORTNAME= skanpage
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
CATEGORIES= graphics kde kde-applications
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Multi-page image scanning application
|
|
WWW= https://invent.kde.org/utilities/skanpage
|
|
|
|
# We pick GPLv3 out of 2|3|KDEeV
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/LICENSES/GPL-3.0-only.txt
|
|
|
|
LIB_DEPENDS= libKSaneCore.so:graphics/ksanecore \
|
|
libpng.so:graphics/png
|
|
|
|
USES= cmake compiler:c++11-lang gettext kde:5 qt:5 tar:xz
|
|
USE_KDE= auth config configwidgets codecs completion \
|
|
coreaddons crash i18n jobwidgets kio kirigami2 purpose \
|
|
service widgetsaddons xmlgui \
|
|
doctools:build ecm:build
|
|
USE_QT= core concurrent dbus declarative gui network printsupport \
|
|
quickcontrols2 widgets xml \
|
|
buildtools:build qmake:build testlib:build
|
|
|
|
.include <bsd.port.mk>
|