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

PORTNAME=   GLUT
PORTVERSION=    2.1.2.1
PORTREVISION=   6
PORTEPOCH=  1
CATEGORIES= x11-toolkits haskell

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

LICENSE=    BSD

CABAL_SETUP=    Setup.hs

USE_CABAL=  OpenGL>=2.2
USE_GL=     glut

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