45679cc987
* Cursor movement * Screen and line clearing * Color output * Showing or hiding the cursor * Changing the console title (though this is not strictly part of ANSI, it is widely supported in Unix) It is compatible with Windows (via an emulation layer) and those Unixes with ANSI terminals. ok jasper@
23 lines
480 B
Makefile
23 lines
480 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2011/04/28 17:31:57 kili Exp $
|
|
|
|
COMMENT = ANSI terminal package for Haskell
|
|
|
|
DISTNAME = ansi-terminal-0.5.5
|
|
CATEGORIES = devel
|
|
|
|
HOMEPAGE = http://batterseapower.github.com/ansi-terminal/
|
|
|
|
MAINTAINER = Matthias Kilian <kili@openbsd.org>
|
|
|
|
# BSD3
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = lang/ghc
|
|
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
.include <bsd.port.mk>
|