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

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

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

LICENSE=	BSD

USE_CABAL=	OpenGLRaw>=1.3

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