mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 01:16:28 -04:00
13 lines
331 B
Makefile
13 lines
331 B
Makefile
PORTNAME= syntax-highlighting
|
|
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
|
|
CATEGORIES= textproc kde kde-frameworks
|
|
|
|
COMMENT= Syntax highlighting engine for Kate syntax definitions
|
|
MAINTAINER= kde@FreeBSD.org
|
|
|
|
USES= cmake gl kde:6 qt:6 tar:xz
|
|
USE_GL= gl opengl
|
|
USE_KDE= ecm:build
|
|
USE_QT= base tools declarative
|
|
|
|
.include <bsd.port.mk>
|