diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2011-05-08 18:45:30 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2011-05-08 18:45:30 +0000 |
commit | b5a167e5264b766deb8e5bf53af3fbbf95060535 (patch) | |
tree | be9d6991548781450cd62dc12a87dbe0bfa411e7 /x11-toolkits/hs-gtkglext/Makefile | |
parent | e7c3ad3d088c5ffbdc0f60fafbd9038d69390b84 (diff) |
Notes
Diffstat (limited to 'x11-toolkits/hs-gtkglext/Makefile')
-rw-r--r-- | x11-toolkits/hs-gtkglext/Makefile | 26 |
1 files changed, 26 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> |