summaryrefslogtreecommitdiff
path: root/x11-toolkits/hs-GLUT/Makefile
blob: 5ad7c8bcc75006fce771274f516fbf587d94a484 (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=	GLUT
PORTVERSION=	2.4.0.0
PORTEPOCH=	1
CATEGORIES=	x11-toolkits haskell

MAINTAINER=	haskell@FreeBSD.org
COMMENT=	Haskell binding for the OpenGL Utility Toolkit

LICENSE=	BSD

USE_CABAL=	OpenGL>=2.8 OpenGLRaw>=1.3
USE_GL=		glut

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