ddae4e92d8
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
23 lines
903 B
Makefile
23 lines
903 B
Makefile
PORTNAME= konqueror
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
CATEGORIES= x11-fm www kde kde-applications
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KDE web browser and file manager
|
|
WWW= https://konqueror.org/
|
|
|
|
USES= cmake compiler:c++11-lang cpe desktop-file-utils gettext \
|
|
localbase:ldflags kde:5 pkgconfig qt:5 tar:xz xorg
|
|
USE_KDE= activities archive auth bookmarks codecs completion config configwidgets \
|
|
coreaddons crash dbusaddons guiaddons i18n iconthemes \
|
|
init itemviews jobwidgets js kcmutils kdelibs4support \
|
|
kdesu khtml kio notifications parts pty service solid sonnet \
|
|
textwidgets unitconversion wallet widgetsaddons windowsystem xmlgui
|
|
USE_QT= concurrent core dbus declarative gui location network printsupport script \
|
|
speech webchannel webengine widgets x11extras xml \
|
|
buildtools:build qmake:build
|
|
USE_XORG= ice sm x11 xext
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|