freebsd-ports/devel/hs-terminfo/Makefile
Gabor Pali 81b2714cb4 - Make dependency on base-system ncurses explicit -- this fixes potential
build errors when devel/ncurses is also installed

PR:		ports/174703
Reported by:	Finn <bash.org@gmail.com>
Obtained from:	FreeBSD Haskell
2012-12-28 20:05:44 +00:00

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>