9.x in order to prevent run-time breakage after the recent changes in libiconv - Bump port revision for lang/ghc and all dependents, as a consequence Obtained from: FreeBSD Haskell
16 lines
294 B
Makefile
16 lines
294 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= OpenGLRaw
|
|
PORTVERSION= 1.3.0.0
|
|
PORTREVISION= 4
|
|
CATEGORIES= x11-toolkits haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Raw binding for the OpenGL graphics system
|
|
|
|
LICENSE= BSD
|
|
|
|
USE_GL= gl glut
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|