aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-terminfo/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/hs-terminfo/Makefile')
-rw-r--r--devel/hs-terminfo/Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/devel/hs-terminfo/Makefile b/devel/hs-terminfo/Makefile
deleted file mode 100644
index 3a10b26b6896..000000000000
--- a/devel/hs-terminfo/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= terminfo
-PORTVERSION= 0.3.2.5
-PORTREVISION= 6
-CATEGORIES= devel haskell
-
-MAINTAINER= haskell@FreeBSD.org
-COMMENT= Haskell bindings to the terminfo library
-
-LICENSE= BSD
-
-USES= ncurses
-
-CONFIGURE_ARGS+= --configure-option=--with-curses-includes=${NCURSESINC} \
- --configure-option=--with-curses-libraries=${NCURSESLIB}
-
-.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
-.include <bsd.port.mk>