aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/hs-GLURaw/Makefile
blob: b72dc7d647772d2e1c8a727f9e9bfa31e8bdd4e8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD$

PORTNAME=   GLURaw
PORTVERSION=    2.0.0.3
CATEGORIES= x11-toolkits haskell

MAINTAINER= haskell@FreeBSD.org
COMMENT=    Raw binding for the OpenGL graphics system

LICENSE=    BSD3CLAUSE

USE_CABAL=  OpenGLRaw>=2.4

.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>