03265ea665
packaged for wip by pho. 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.
11 lines
279 B
Makefile
11 lines
279 B
Makefile
# $NetBSD: Makefile,v 1.1 2014/08/01 12:07:44 szptvlfn Exp $
|
|
|
|
DISTNAME= ansi-terminal-0.6.1.1
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Simple ANSI terminal support for Haskell
|
|
LICENSE= modified-bsd
|
|
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|