pkgsrc/textproc/hs-skylighting/Makefile
pho 7852425661 Import skylighting-0.8.3
Skylighting is a syntax highlighting library with support for over one
hundred languages. 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 generated syntax modules
based on the KDE XML definitions provided by the skylighting-core
package. As a result this package is licensed under the GPL.
2020-01-17 17:32:25 +00:00

16 lines
501 B
Makefile

# $NetBSD: Makefile,v 1.1 2020/01/17 17:32:25 pho Exp $
DISTNAME= skylighting-0.8.3
CATEGORIES= textproc
MAINTAINER= pho@cielonegro.org
COMMENT= Syntax highlighting library
LICENSE= gnu-gpl-v2
CONFIGURE_ARGS+= -fexecutable
.include "../../textproc/hs-skylighting-core/buildlink3.mk"
.include "../../textproc/hs-blaze-html/buildlink3.mk" # Only for executable
.include "../../devel/hs-pretty-show/buildlink3.mk" # Only for executable
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"