Changelog: https://www.kde.org/announcements/kde-frameworks-5.38.0.php PR: 222171 Exp-run by: antoine Reviewed by: rakuco, adridg Differential Revision: https://reviews.freebsd.org/D12289
16 lines
429 B
Makefile
16 lines
429 B
Makefile
# Created by: tcberner
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= syntax-highlighting
|
|
PORTVERSION= ${KDE_FRAMEWORKS_VERSION}
|
|
CATEGORIES= textproc kde kde-frameworks
|
|
|
|
MAINTAINER= kde@FreeBSD.org
|
|
COMMENT= KF5 syntax highlighting engine for structured text and code
|
|
|
|
USES= cmake:outsource compiler:c++11-lib kde:5 perl5 tar:xz
|
|
USE_KDE= ecm
|
|
USE_QT5= buildtools_build core gui linguisttools_build \
|
|
network testlib qmake_build
|
|
|
|
.include <bsd.port.mk>
|