pkgsrc-wip/hs-ansi-terminal/buildlink3.mk
PHO / phonohawk e8467b8a2b Import hs-ansi-terminal-0.5.5 as wip/hs-ansi-terminal.
ANSI terminal support for Haskell: allows cursor movement, screen
clearing, color output showing or hiding the cursor, and changing the
title. Compatible with Windows and those Unixes with ANSI terminals,
but only GHC is supported as a compiler.
2011-01-06 15:23:07 +00:00

12 lines
391 B
Makefile

# $NetBSD: buildlink3.mk,v 1.1.1.1 2011/01/06 15:23:07 phonohawk Exp $
BUILDLINK_TREE+= hs-ansi-terminal
.if !defined(HS_ANSI_TERMINAL_BUILDLINK3_MK)
HS_ANSI_TERMINAL_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.hs-ansi-terminal+= hs-ansi-terminal>=0.5
BUILDLINK_PKGSRCDIR.hs-ansi-terminal?= ../../wip/hs-ansi-terminal
.endif # HS_ANSI_TERMINAL_BUILDLINK3_MK
BUILDLINK_TREE+= -hs-ansi-terminal