Thursday, 3 February 2022 Over 120 individual programs plus dozens of programmer libraries and feature plugins are released simultaneously as part of KDE Gear. Today they all get new bugfix source releases with updated translations. Full changelog: https://kde.org/announcements/changelogs/gear/21.12.2/
29 lines
985 B
Makefile
29 lines
985 B
Makefile
PORTNAME= konsole
|
|
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
|
|
CATEGORIES= x11 kde kde-applications # kde kde-applications-applications
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KDE terminal emulator
|
|
|
|
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
|
|
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
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|