aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/hs-GLUT/Makefile
blob: 8cb364590d220e80684e8250b1c26fb4e07835fc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:    hs-glut-ghc
# Date created:             2007-09-04
# Whom:                 Volker Stolz <vs@FreeBSD.org>
#
# $FreeBSD$

PORTNAME=   glut
PORTVERSION=    2.2.2.0
CATEGORIES= x11-toolkits haskell
PKGNAMESUFFIX=  -ghc

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

CABAL_SETUP=    Setup.hs
USE_HACKAGE=    OpenGL>=2.3 StateVar Tensor
USE_GL=     glut

MASTER_SITES=   http://hackage.haskell.org/packages/archive/GLUT/${PORTVERSION}/
DISTNAME=   GLUT-${PORTVERSION}

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