5e66bc5aa1
curses library). Terminfo allows POSIX systems to interact with a variety of terminals using a standard set of capabilities. This was in lang/ghc but didn't belong there. ok jasper@
21 lines
424 B
Makefile
21 lines
424 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2011/04/26 19:23:38 kili Exp $
|
|
|
|
COMMENT = Haskell bindings to the terminfo library
|
|
|
|
DISTNAME = terminfo-0.3.1.3
|
|
CATEGORIES = devel
|
|
|
|
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>
|