summaryrefslogtreecommitdiff
path: root/x11-toolkits/hs-OpenGL/Makefile
blob: 9c8f8876918f33711e850782b3893c69b80ce7d3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Volker Stolz <vs@FreeBSD.org>
# $FreeBSD$

PORTNAME=	OpenGL
PORTVERSION=	2.8.0.0
PORTEPOCH=	1
CATEGORIES=	x11-toolkits haskell

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

LICENSE=	BSD

USE_CABAL=	GLURaw>=1.1.0.0 OpenGLRaw>=1.3.0.0

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