freebsd-ports/textproc/kf6-syntax-highlighting/Makefile
Tobias C. Berner 34e85ff599 KDE: complete dependency list in kf6-ports
Reported by:	poudriere
2023-12-03 10:30:20 +01:00

14 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>