Changeset View
Changeset View
Standalone View
Standalone View
head/textproc/kf5-syntax-highlighting/Makefile
| # Created by: tcberner | # Created by: tcberner | ||||
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= syntax-highlighting | PORTNAME= syntax-highlighting | ||||
| PORTVERSION= ${KDE_FRAMEWORKS_VERSION} | PORTVERSION= ${KDE_FRAMEWORKS_VERSION} | ||||
| CATEGORIES= textproc kde kde-frameworks | CATEGORIES= textproc kde kde-frameworks | ||||
| MAINTAINER= kde@FreeBSD.org | MAINTAINER= kde@FreeBSD.org | ||||
| COMMENT= KF5 syntax highlighting engine for structured text and code | COMMENT= KF5 syntax highlighting engine for structured text and code | ||||
| USES= cmake:outsource compiler:c++11-lib kde:5 perl5 tar:xz | USES= cmake:outsource compiler:c++11-lib kde:5 perl5 tar:xz | ||||
| USE_KDE= ecm | USE_KDE= ecm | ||||
| USE_QT5= buildtools_build core gui network testlib qmake_build | USE_QT5= buildtools_build core gui linguisttools_build \ | ||||
| network testlib qmake_build | |||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||