mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
46e9ab0ca5
Please note that port revision for all the Haskell ports without version changes are also bumped. Other per-port updates are coming soon (in separate commits)! In addition to that, separate -docs ports are no longer needed so they are now removed. Thanks ashish@ for the assistance. Obtained from: FreeBSD Haskell
25 lines
474 B
Makefile
25 lines
474 B
Makefile
# New ports collection makefile for: hs-glut-ghc
|
|
# Date created: 2007-09-04
|
|
# Whom: Volker Stolz <vs@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= GLUT
|
|
PORTVERSION= 2.1.2.1
|
|
PORTREVISION= 3
|
|
PORTEPOCH= 1
|
|
CATEGORIES= x11-toolkits haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= A Haskell binding for the OpenGL Utility Toolkit
|
|
|
|
LICENSE= BSD
|
|
|
|
CABAL_SETUP= Setup.hs
|
|
|
|
USE_CABAL= OpenGL>=2.2
|
|
USE_GL= glut
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|