aboutsummaryrefslogtreecommitdiff
path: root/devel/kf5-ktexteditor/Makefile
blob: 6899a36281931125032dcbf1f70ddb392dec24d7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	ktexteditor
DISTVERSION=	${KDE_FRAMEWORKS_VERSION}
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 cpe gettext kde:5 pkgconfig qt:5 tar:xz
USE_KDE=	archive auth codecs completion config configwidgets \
		coreaddons guiaddons i18n iconthemes itemviews \
		jobwidgets kio parts service sonnet syntaxhighlighting \
		textwidgets widgetsaddons windowsystem xmlgui \
		ecm_build
USE_QT=		concurrent core dbus declarative gui network printsupport \
		script widgets xml xmlpatterns \
		buildtools_build qmake_build
CPE_VENDOR=	kde

.include <bsd.port.mk>