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

.include <bsd.port.mk>