blob: e23c815dae2b011e89b937bf1015fd7e4242935b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= ktexteditor
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
CATEGORIES= devel kde kde-frameworks
COMMENT= Full text editor component
MAINTAINER= kde@FreeBSD.org
LIB_DEPENDS= libeditorconfig.so:editors/editorconfig-core-c
USES= cmake gettext gl kde:6 qt:6 tar:xz xorg
USE_GL= gl opengl
USE_KDE= archive auth codecs colorscheme completion config \
configwidgets coreaddons guiaddons i18n itemviews jobwidgets \
kio parts service solid sonnet syntaxhighlighting textwidgets \
widgetsaddons windowsystem xmlgui \
ecm:build
USE_QT= base declarative speech multimedia
USE_XORG= x11
.include <bsd.port.mk>
|