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

PORTNAME=   OpenGL
PORTVERSION=    2.2.3.1
PORTREVISION=   3
PORTEPOCH=  1
CATEGORIES= x11-toolkits haskell

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

LICENSE=    BSD

CABAL_SETUP=    Setup.hs
USE_GL=     gl glut

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