ports/devel/kf5/syntax-highlighting/Makefile

16 lines
360 B
Makefile
Raw Normal View History

2023-08-16 22:26:55 +00:00
COMMENT = highlighting engine for structured text and code
DISTNAME = syntax-highlighting-${VERSION}
SHARED_LIBS = KF5SyntaxHighlighting 9.0
WANTLIB += ${COMPILER_LIBCXX} Qt5Core Qt5Gui Qt5Network Qt5Qml
WANTLIB += Qt5QmlModels Qt5Quick c m
MODULES += perl
BUILD_DEPENDS = x11/qt5/qtxmlpatterns
LIB_DEPENDS = x11/qt5/qtdeclarative
.include <bsd.port.mk>