19 lines
399 B
Makefile
19 lines
399 B
Makefile
# Created by: Volker Stolz <vs@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= GLUT
|
|
PORTVERSION= 2.7.0.1
|
|
PORTREVISION= 1
|
|
PORTEPOCH= 1
|
|
CATEGORIES= x11-toolkits haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Binding for the OpenGL Utility Toolkit
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USE_CABAL= OpenGL>=2.12 OpenGLRaw>=2.3 StateVar>=1.1
|
|
USE_GL= glut
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|