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
32 lines
999 B
Makefile
32 lines
999 B
Makefile
PORTNAME= konsole
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
CATEGORIES= x11 kde kde-applications
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KDE terminal emulator
|
|
WWW= https://konsole.kde.org/
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \
|
|
docbook-xml>0:textproc/docbook-xml
|
|
RUN_DEPENDS= keditbookmarks:deskutils/keditbookmarks
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= cmake compiler:c++11-lang gettext pkgconfig kde:5 \
|
|
qt:5 tar:xz xorg
|
|
USE_KDE= auth attica bookmarks codecs completion config configwidgets \
|
|
coreaddons crash dbusaddons emoticons globalaccel guiaddons i18n \
|
|
iconthemes init itemmodels jobwidgets kio \
|
|
newstuff notifications notifyconfig parts pty service solid sonnet \
|
|
textwidgets widgetsaddons windowsystem xmlgui \
|
|
ecm:build
|
|
USE_QT= concurrent core dbus gui network printsupport script scripttools sql \
|
|
widgets xml \
|
|
buildtools:build qmake:build
|
|
USE_XORG= x11
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|