pkgsrc/textproc/hs-hscolour/Makefile
szptvlfn 2a22f0688f Import hscolour-1.20.3 as textproc/hs-hscolour,
packaged for wip by pho.

hscolour is a small Haskell script to colourise Haskell code. It currently
has six output formats: ANSI terminal codes (optionally XTerm-256colour
codes), HTML 3.2 with font tags, HTML 4.01 with CSS, HTML 4.01 with CSS and
mouseover annotations, XHTML 1.0 with inline CSS styling, LaTeX, and mIRC
chat codes.
2014-08-18 21:20:36 +00:00

11 lines
256 B
Makefile

# $NetBSD: Makefile,v 1.1 2014/08/18 21:20:36 szptvlfn Exp $
DISTNAME= hscolour-1.20.3
CATEGORIES= textproc
MAINTAINER= pho@cielonegro.org
COMMENT= Colourise Haskell code
LICENSE= gnu-gpl-v2
.include "../../mk/haskell.mk"
.include "../../mk/bsd.pkg.mk"