1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
freebsd-ports/x11/konsole/Makefile
Jan Beich e55b80195e devel/icu: update to 74.1
Changes:	https://github.com/unicode-org/icu/releases/tag/release-74-1
Reported by:	GitHub (watch releases)
PR:		274317
Exp-run by:	antoine (incomplete)
Approved by:	fluffy
2023-11-17 12:46:00 +01:00

33 lines
1.0 KiB
Makefile

PORTNAME= konsole
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
PORTREVISION= 1
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 multimedia network printsupport script scripttools sql \
widgets xml \
buildtools:build qmake:build
USE_XORG= x11
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>