4b87a977f6
Release Announcement: https://www.kde.org/announcements/kde-frameworks-5.55.0.php PR: 235620 Exp-run by: antoine
20 lines
637 B
Makefile
20 lines
637 B
Makefile
# $FreeBSD$
|
|
|
|
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
|
|
|
|
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 xmlgui
|
|
USE_QT= buildtools_build core dbus gui network printsupport \
|
|
qmake_build script widgets xml xmlpatterns
|
|
|
|
.include <bsd.port.mk>
|