blob: e43da9ff207b8bff2f430573126b07dcdbf2211d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
PORTNAME= kate
DISTVERSION= ${KDE_APPLICATIONS_VERSION}
PORTREVISION= 2
CATEGORIES= editors kde kde-applications kde-devel
MAINTAINER= kde@FreeBSD.org
COMMENT= Basic editor framework for the KDE system
WWW= https://kate-editor.org/
BUILD_DEPENDS= ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:textproc/docbook-xsl \
docbook-xml>0:textproc/docbook-xml
LIB_DEPENDS= libgit2.so:devel/libgit2 \
libxkbcommon.so:x11/libxkbcommon
USES= cmake compiler:c++11-lang cpe desktop-file-utils gettext gl \
kde:6 pkgconfig qt:6 tar:xz xorg
USE_KDE= activities attica auth bookmarks codecs colorscheme \
completion config configwidgets coreaddons crash dbusaddons \
guiaddons i18n iconthemes itemmodels itemviews jobwidgets kio \
libplasma newstuff package parts service solid sonnet \
syntaxhighlighting texteditor textwidgets threadweaver wallet \
widgetsaddons windowsystem xmlgui \
doctools:build ecm:build
USE_GL= gl opengl
USE_QT= base
USE_XORG= x11
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>
|