81b2714cb4
build errors when devel/ncurses is also installed PR: ports/174703 Reported by: Finn <bash.org@gmail.com> Obtained from: FreeBSD Haskell
16 lines
380 B
Makefile
16 lines
380 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= terminfo
|
|
PORTVERSION= 0.3.2.5
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Haskell bindings to the terminfo library
|
|
|
|
LICENSE= BSD
|
|
|
|
CONFIGURE_ARGS+= --configure-option=--with-curses-includes=/usr/include \
|
|
--configure-option=--with-curses-libraries=/usr/lib
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|