diff options
Diffstat (limited to 'x11-toolkits/hs-GLUT/Makefile')
-rw-r--r-- | x11-toolkits/hs-GLUT/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/x11-toolkits/hs-GLUT/Makefile b/x11-toolkits/hs-GLUT/Makefile index 8cb364590d22..65b6b9b7892b 100644 --- a/x11-toolkits/hs-GLUT/Makefile +++ b/x11-toolkits/hs-GLUT/Makefile @@ -4,10 +4,9 @@ # # $FreeBSD$ -PORTNAME= glut +PORTNAME= GLUT PORTVERSION= 2.2.2.0 CATEGORIES= x11-toolkits haskell -PKGNAMESUFFIX= -ghc MAINTAINER= haskell@FreeBSD.org COMMENT= A Haskell binding for the OpenGL Utility Toolkit @@ -16,8 +15,5 @@ CABAL_SETUP= Setup.hs USE_HACKAGE= OpenGL>=2.3 StateVar Tensor USE_GL= glut -MASTER_SITES= http://hackage.haskell.org/packages/archive/GLUT/${PORTVERSION}/ -DISTNAME= GLUT-${PORTVERSION} - .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> |