diff options
Diffstat (limited to 'x11-toolkits/hs-gtk')
-rw-r--r-- | x11-toolkits/hs-gtk/Makefile | 22 | ||||
-rw-r--r-- | x11-toolkits/hs-gtk/distinfo | 3 | ||||
-rw-r--r-- | x11-toolkits/hs-gtk/pkg-descr | 5 |
3 files changed, 0 insertions, 30 deletions
diff --git a/x11-toolkits/hs-gtk/Makefile b/x11-toolkits/hs-gtk/Makefile deleted file mode 100644 index a6794a516453..000000000000 --- a/x11-toolkits/hs-gtk/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# $FreeBSD$ - -PORTNAME= gtk -PORTVERSION= 0.14.9 -PORTREVISION= 2 -CATEGORIES= x11-toolkits haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Binding to the Gtk+ graphical user interface 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= cairo>=0.13.0.0 gio>=0.13.0 glib>=0.13.0.0 mtl \ - pango>=0.13.0.0 -USE_GNOME= gtk20 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include <bsd.port.mk> diff --git a/x11-toolkits/hs-gtk/distinfo b/x11-toolkits/hs-gtk/distinfo deleted file mode 100644 index 3a319f7b2d39..000000000000 --- a/x11-toolkits/hs-gtk/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1524938622 -SHA256 (cabal/gtk-0.14.9.tar.gz) = bff7cdc93d66a3be9db038018c1315445411846beaa519f48107a8c7ab371fce -SIZE (cabal/gtk-0.14.9.tar.gz) = 677659 diff --git a/x11-toolkits/hs-gtk/pkg-descr b/x11-toolkits/hs-gtk/pkg-descr deleted file mode 100644 index 15b9bf7e120a..000000000000 --- a/x11-toolkits/hs-gtk/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -This is the core library of the Gtk2Hs suite of libraries for Haskell based on -Gtk+. Gtk+ is an extensive and mature multi-platform toolkit for creating -graphical user interfaces. - -WWW: http://projects.haskell.org/gtk2hs/ |