blob: 0189670b21762be4b9a4786faafb6ad0cbd818d3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: hs-OpenGLRaw-ghc
# Date created: December 20 2009
# Whom: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com>
#
# $FreeBSD$
#
PORTNAME= OpenGLRaw
PORTVERSION= 1.1.0.1
CATEGORIES= x11-toolkits haskell
PKGNAMESUFFIX= -ghc
MAINTAINER= jacula@gmail.com
COMMENT= A raw Haskell binding for the OpenGL graphics system
CABAL_SETUP= Setup.hs
USE_GL= gl
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
.include <bsd.port.mk>
|