mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 18:06:27 -04:00
24 lines
744 B
Makefile
24 lines
744 B
Makefile
PORTNAME= ktexteditor
|
|
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
|
|
PORTREVISION= 2
|
|
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>
|