15945f8122
to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
18 lines
385 B
Makefile
18 lines
385 B
Makefile
# Created by: Volker Stolz <vs@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= OpenGL
|
|
PORTVERSION= 2.9.2.0
|
|
PORTREVISION= 1
|
|
PORTEPOCH= 1
|
|
CATEGORIES= x11-toolkits haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Binding for the OpenGL graphics system
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
USE_CABAL= GLURaw>=1.3.0.0 OpenGLRaw>=1.4.1.0 text
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|