blob: 65b6b9b7892b69bd47dc3e800f7dbcba06660a16 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# 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
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
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
|