aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/hs-gtksourceview2/Makefile
diff options
context:
space:
mode:
authorKoop Mast <kwm@rainbow-runner.nl>2019-07-14 02:52:13 +0800
committerKoop Mast <kwm@rainbow-runner.nl>2019-07-27 03:32:17 +0800
commite28d115bbd120ac7a51ba3118dd76aa213ee23fb (patch)
tree4cc1d70ea7bad75360ed2b2c847f2e86ff87cf5e /x11-toolkits/hs-gtksourceview2/Makefile
parent69cf31911812a191795d674f635f763f863eaa9f (diff)
parentdbc077bbc1ba74ae27a50f33ac98c4b908ccdf38 (diff)
downloadfreebsd-ports-gnome-e28d115bbd120ac7a51ba3118dd76aa213ee23fb.tar.gz
freebsd-ports-gnome-e28d115bbd120ac7a51ba3118dd76aa213ee23fb.tar.zst
freebsd-ports-gnome-e28d115bbd120ac7a51ba3118dd76aa213ee23fb.zip
Git and myself don't get along, I messed up the master branch really good
attempt to correct this.
Diffstat (limited to 'x11-toolkits/hs-gtksourceview2/Makefile')
-rw-r--r--x11-toolkits/hs-gtksourceview2/Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/x11-toolkits/hs-gtksourceview2/Makefile b/x11-toolkits/hs-gtksourceview2/Makefile
index 53e342c20de8..e69de29bb2d1 100644
--- a/x11-toolkits/hs-gtksourceview2/Makefile
+++ b/x11-toolkits/hs-gtksourceview2/Makefile
@@ -1,21 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= gtksourceview2
-PORTVERSION= 0.13.3.1
-PORTREVISION= 4
-CATEGORIES= x11-toolkits haskell
-
-MAINTAINER= haskell@FreeBSD.org
-COMMENT= Binding to the GtkSourceView library
-
-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= glib>=0.13 gtk>=0.13.0.0 mtl
-USE_GNOME= gtksourceview2
-
-.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
-.include <bsd.port.mk>