aboutsummaryrefslogtreecommitdiffstats
path: root/print/hs-hscolour/Makefile
blob: ab0adf80de23570e942857b247b0add3d2bd0465 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for: hs-hscolour
# Date created:        February 22 2008
# Whom:                Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
#
# $FreeBSD$
#

PORTNAME=   hscolour
PORTVERSION=    1.15
PORTREVISION=   1
PORTEPOCH=  1
CATEGORIES= print haskell

MAINTAINER= jacula@gmail.com
COMMENT=    Colourise Haskell code

CABAL_SETUP=    Setup.hs

EXECUTABLE= HsColour

PORTDATA=       *

.if defined(SLAVE)
GHC_CMD=    ghc
.endif

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>