5b67bcbf06
Skylighting is a syntax highlighting library. It derives its tokenizers from XML syntax definitions used by KDE's KSyntaxHighlighting framework, so any syntax supported by that framework can be added. An optional command-line program is provided. Skylighting is intended to be the successor to highlighting-kate. This package provides the core highlighting functionality under a permissive license.
24 lines
887 B
Makefile
24 lines
887 B
Makefile
# $NetBSD: Makefile,v 1.1 2020/01/17 17:09:07 pho Exp $
|
|
|
|
DISTNAME= skylighting-core-0.8.3
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Syntax highlighting library core
|
|
LICENSE= modified-bsd
|
|
|
|
CONFIGURE_ARGS+= -fsystem-pcre
|
|
|
|
.include "../../converters/hs-aeson/buildlink3.mk"
|
|
.include "../../devel/hs-ansi-terminal/buildlink3.mk"
|
|
.include "../../textproc/hs-attoparsec/buildlink3.mk"
|
|
.include "../../converters/hs-base64-bytestring/buildlink3.mk"
|
|
.include "../../textproc/hs-blaze-html/buildlink3.mk"
|
|
.include "../../textproc/hs-case-insensitive/buildlink3.mk"
|
|
.include "../../devel/hs-colour/buildlink3.mk"
|
|
.include "../../textproc/hs-hxt//buildlink3.mk"
|
|
.include "../../devel/hs-safe//buildlink3.mk"
|
|
.include "../../devel/hs-utf8-string//buildlink3.mk"
|
|
.include "../../textproc/hs-regex-pcre//buildlink3.mk"
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|