blob: 0a1b6a942026e940670494ddd7f81fdc6e07da34 (
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
|
PORTNAME= ktexteditor
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
PORTREVISION= 1
CATEGORIES= devel kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
COMMENT= KF5 advanced embeddable text editor
LIB_DEPENDS= libgit2.so:devel/libgit2 \
libeditorconfig.so:editors/editorconfig-core-c
USES= cmake compiler:c++11-lib gettext kde:5 cpe pkgconfig \
qt:5 tar:xz xorg
USE_KDE= archive auth codecs completion config configwidgets \
coreaddons guiaddons i18n itemviews \
jobwidgets kio parts service solid sonnet syntaxhighlighting \
textwidgets widgetsaddons windowsystem xmlgui \
ecm:build
USE_QT= concurrent core dbus declarative gui network printsupport \
widgets xml \
buildtools:build qmake:build
USE_XORG= x11
.include <bsd.port.mk>
|