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
25 lines
878 B
Makefile
25 lines
878 B
Makefile
PORTNAME= filelight
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
CATEGORIES= sysutils kde kde-applications
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= Map of concentric segmented-rings representing file system
|
|
WWW= https://utils.kde.org/projects/filelight/
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \
|
|
docbook-xml>0:textproc/docbook-xml
|
|
|
|
USES= cmake compiler:c++11-lang desktop-file-utils gettext \
|
|
kde:5 qt:5 tar:xz xorg
|
|
USE_KDE= auth codecs completion config configwidgets coreaddons \
|
|
i18n jobwidgets kdeclarative kio package parts service \
|
|
solid sonnet textwidgets widgetsaddons windowsystem xmlgui \
|
|
doctools:build ecm:build
|
|
USE_QT= concurrent core dbus declarative gui network quickcontrols2 \
|
|
script svg widgets xml \
|
|
buildtools:build qmake:build testlib:build
|
|
USE_XORG= x11
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|