hscolour is a small Haskell script to colourise Haskell code. It currently has five output formats: ANSI terminal codes, HTML 3.2 with font tags, HTML 4.01 with CSS, LaTeX, and mIRC chat codes.
11 lines
242 B
Makefile
11 lines
242 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/11/10 03:44:43 phonohawk Exp $
|
|
#
|
|
|
|
DISTNAME= hscolour-1.15
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Colourise Haskell code
|
|
|
|
.include "../../wip/mk/haskell.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|