diff options
Diffstat (limited to 'x11-toolkits/hs-GLUT/Makefile')
-rw-r--r-- | x11-toolkits/hs-GLUT/Makefile | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/x11-toolkits/hs-GLUT/Makefile b/x11-toolkits/hs-GLUT/Makefile deleted file mode 100644 index 7b87e6473a81..000000000000 --- a/x11-toolkits/hs-GLUT/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# Created by: Volker Stolz <vs@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= GLUT -PORTVERSION= 2.7.0.14 -PORTREVISION= 1 -PORTEPOCH= 1 -CATEGORIES= x11-toolkits haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Binding for the OpenGL Utility Toolkit - -LICENSE= BSD3CLAUSE - -DEPRECATED= Haskell libraries are getting pushed out of the ports tree. If you are using this port for development, consider switching to cabal sandboxes (old way), cabal new-build (new way), or use devel/stack. If you believe this port shouldn't be removed, contact haskell@FreeBSD.org -EXPIRATION_DATE= 2019-04-14 - -USE_CABAL= OpenGL>=2.12 OpenGLRaw>=2.3 StateVar>=1.1 -USE_GL= glut - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include <bsd.port.mk> |