diff options
Diffstat (limited to 'x11-toolkits/hs-GLURaw/Makefile')
-rw-r--r-- | x11-toolkits/hs-GLURaw/Makefile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/x11-toolkits/hs-GLURaw/Makefile b/x11-toolkits/hs-GLURaw/Makefile deleted file mode 100644 index c2e33d7f40f9..000000000000 --- a/x11-toolkits/hs-GLURaw/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# $FreeBSD$ - -PORTNAME= GLURaw -PORTVERSION= 2.0.0.4 -PORTREVISION= 2 -CATEGORIES= x11-toolkits haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= Raw binding for the OpenGL graphics system - -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= OpenGLRaw>=2.4 - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include <bsd.port.mk> |