diff options
author | pgj <pgj@FreeBSD.org> | 2011-05-09 02:45:30 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2011-05-09 02:45:30 +0800 |
commit | 950566b8fe250cf7f0049046fde964957b011c60 (patch) | |
tree | bf3cc16e77bb84eae0eb73179f16b4564bd0ed5c /x11-toolkits | |
parent | 5c56b272c9919bfe454da51548049f6a276cf457 (diff) | |
download | freebsd-ports-gnome-950566b8fe250cf7f0049046fde964957b011c60.tar.gz freebsd-ports-gnome-950566b8fe250cf7f0049046fde964957b011c60.tar.zst freebsd-ports-gnome-950566b8fe250cf7f0049046fde964957b011c60.zip |
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/
Obtained from: FreeBSD Haskell
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/hs-gtkglext/Makefile | 26 | ||||
-rw-r--r-- | x11-toolkits/hs-gtkglext/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/hs-gtkglext/pkg-descr | 4 |
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/ |