ed762e4906
- Use the new options framework Obtained from: FreeBSD Haskell
18 lines
391 B
Makefile
18 lines
391 B
Makefile
# New ports collection makefile for: hs-terminfo
|
|
# Date created: May 14, 2010
|
|
# Whom: Gabor Pali <pgj@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= terminfo
|
|
PORTVERSION= 0.3.2.4
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Haskell bindings to the terminfo library
|
|
|
|
LICENSE= BSD
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|