aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/hs-GLURaw/Makefile
diff options
context:
space:
mode:
authorGabor Pali <pgj@FreeBSD.org>2013-06-04 18:53:40 +0000
committerGabor Pali <pgj@FreeBSD.org>2013-06-04 18:53:40 +0000
commit109269205e521bb1d2d87678a391e5adefff88d6 (patch)
tree93f1f9278a9a48902904b7ff4a5ce711c10efe08 /x11-toolkits/hs-GLURaw/Makefile
parentad7295cafd0e46ece6fcbf594ef39a767c296d0e (diff)
downloadports-109269205e521bb1d2d87678a391e5adefff88d6.tar.gz
ports-109269205e521bb1d2d87678a391e5adefff88d6.zip
Notes
Diffstat (limited to 'x11-toolkits/hs-GLURaw/Makefile')
-rw-r--r--x11-toolkits/hs-GLURaw/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/x11-toolkits/hs-GLURaw/Makefile b/x11-toolkits/hs-GLURaw/Makefile
new file mode 100644
index 000000000000..47c642781bf7
--- /dev/null
+++ b/x11-toolkits/hs-GLURaw/Makefile
@@ -0,0 +1,15 @@
+# $FreeBSD$
+
+PORTNAME= GLURaw
+PORTVERSION= 1.3.0.0
+CATEGORIES= x11-toolkits haskell
+
+MAINTAINER= haskell@FreeBSD.org
+COMMENT= Raw binding for the OpenGL graphics system
+
+LICENSE= BSD
+
+USE_CABAL= OpenGLRaw>=1.3
+
+.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+.include <bsd.port.mk>