mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
17 lines
298 B
Makefile
17 lines
298 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= GLURaw
|
|
PORTVERSION= 1.3.0.0
|
|
CATEGORIES= x11-toolkits haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Raw binding for the OpenGL graphics system
|
|
|
|
LICENSE= BSD
|
|
|
|
USE_CABAL= OpenGLRaw>=1.3
|
|
|
|
NO_STAGE= yes
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|