aboutsummaryrefslogtreecommitdiffstats
path: root/devel/hs-ansi-wl-pprint/Makefile
blob: ce9bd2dbe55a888c09149b00a901210d2b3c014d (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
29
30
31
32
# New ports collection makefile for: hs-ansi-wl-pprint
# Date created:        May 21, 2010
# Whom:                Gabor Pali <pgj@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   ansi-wl-pprint
PORTVERSION=    0.5.1
CATEGORIES= devel haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    The Wadler/Leijen Pretty Printer for colored ANSI terminal output

USE_HACKAGE=    ansi-terminal>=0.4.0

OPTIONS=    EXAMPLE "Build the example application" off

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

.if defined(WITH_EXAMPLE)
CONFIGURE_ARGS+=    --flags="Example"
EXECUTABLE=     ansi-wl-pprint-example
PLIST_SUB+=     MAYBE_EXAMPLE=""
.else
CONFIGURE_ARGS+=    --flags="-Example"
PLIST_SUB+=     MAYBE_EXAMPLE="@comment "
.endif

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