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

PORTNAME=   OpenGLRaw
PORTVERSION=    3.2.4.0
CATEGORIES= x11-toolkits haskell

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

LICENSE=    BSD3CLAUSE

USE_CABAL=  fixed half text
USE_GL=     gl glut

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