blob: dbff136417e8b1b71a6dc5ac91289ec042e46d1a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $FreeBSD$
PORTNAME= OpenGLRaw
PORTVERSION= 1.3.0.0
PORTREVISION= 3
CATEGORIES= x11-toolkits haskell
MAINTAINER= haskell@FreeBSD.org
COMMENT= Raw binding for the OpenGL graphics system
LICENSE= BSD
USE_GL= gl glut
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
|