aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2011-05-08 18:45:30 +0000
committerGabor Pali <pgj@FreeBSD.org>2011-05-08 18:45:30 +0000
commitb5a167e5264b766deb8e5bf53af3fbbf95060535 (patch)
treebe9d6991548781450cd62dc12a87dbe0bfa411e7 /x11-toolkits
parente7c3ad3d088c5ffbdc0f60fafbd9038d69390b84 (diff)
downloadports-b5a167e5264b766deb8e5bf53af3fbbf95060535.tar.gz
ports-b5a167e5264b766deb8e5bf53af3fbbf95060535.zip
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/hs-gtkglext/Makefile26
-rw-r--r--x11-toolkits/hs-gtkglext/distinfo2
-rw-r--r--x11-toolkits/hs-gtkglext/pkg-descr4
3 files changed, 32 insertions, 0 deletions
diff --git a/x11-toolkits/hs-gtkglext/Makefile b/x11-toolkits/hs-gtkglext/Makefile
new file mode 100644
index 000000000000..03fb07633f67
--- /dev/null
+++ b/x11-toolkits/hs-gtkglext/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: hs-gtkglext
+# Date created: March 13, 2011
+# Whom: haskell@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= gtkglext
+PORTVERSION= 0.12.0
+CATEGORIES= x11-toolkits haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= Binding to the GTK+ OpenGL Extension
+
+LIB_DEPENDS= gtkglext:${PORTSDIR}/x11-toolkits/gtkglext
+
+LICENSE= LGPL21
+FILE_LICENSE= COPYING
+
+CABAL_SETUP= Setup.hs
+USE_CABAL= cairo>=0.12 glib>=0.12 gtk>=0.12 mtl pango>=0.12
+
+PORTDATA= *
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>
diff --git a/x11-toolkits/hs-gtkglext/distinfo b/x11-toolkits/hs-gtkglext/distinfo
new file mode 100644
index 000000000000..e2e9fed1e5f5
--- /dev/null
+++ b/x11-toolkits/hs-gtkglext/distinfo
@@ -0,0 +1,2 @@
+SHA256 (cabal/gtkglext-0.12.0.tar.gz) = d084e953ff14d961c46dd3a99e1f5833f383ca4f57df61132a744e48ec40f239
+SIZE (cabal/gtkglext-0.12.0.tar.gz) = 29215
diff --git a/x11-toolkits/hs-gtkglext/pkg-descr b/x11-toolkits/hs-gtkglext/pkg-descr
new file mode 100644
index 000000000000..db9a75487308
--- /dev/null
+++ b/x11-toolkits/hs-gtkglext/pkg-descr
@@ -0,0 +1,4 @@
+GtkGLExt provides the GDK objects to support OpenGL rendering in GTK+, and
+GtkWidget API add-ons to make GTK+ widgets OpenGL-capable.
+
+WWW: http://www.haskell.org/gtk2hs/