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

PORTNAME=	GLURaw
PORTVERSION=	1.3.0.0
PORTREVISION=	1
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>