aboutsummaryrefslogtreecommitdiffstats
path: root/x11/hs-X11-xft/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/hs-X11-xft/Makefile')
-rw-r--r--x11/hs-X11-xft/Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/x11/hs-X11-xft/Makefile b/x11/hs-X11-xft/Makefile
deleted file mode 100644
index 316376e418aa..000000000000
--- a/x11/hs-X11-xft/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= X11-xft
-PORTVERSION= 0.3.1
-PORTREVISION= 19
-CATEGORIES= x11 haskell
-
-MAINTAINER= haskell@FreeBSD.org
-COMMENT= Bindings to the Xft, Xrender and Freetype for Haskell programs
-
-LICENSE= LGPL21
-
-DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org
-EXPIRATION_DATE= 2019-04-14
-
-USES= pkgconfig
-USE_CABAL= utf8-string>=0.1 X11>=1.2.1
-USE_XORG= xft xrender
-
-.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
-.include <bsd.port.mk>