forked from Lainports/opnsense-ports
19 lines
355 B
Makefile
19 lines
355 B
Makefile
# Created by: Nikolai Lifanov <lifanov@mail.lifanov.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ncurses
|
|
PORTVERSION= 0.2.16
|
|
PORTREVISION= 5
|
|
CATEGORIES= devel haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Modernised Haskell binding to GNU ncurses
|
|
|
|
LICENSE= GPLv3
|
|
|
|
USE_C2HS= yes
|
|
|
|
USES= ncurses
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|