diff options
Diffstat (limited to 'x11-toolkits/hs-GLURaw/Makefile')
-rw-r--r-- | x11-toolkits/hs-GLURaw/Makefile | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/x11-toolkits/hs-GLURaw/Makefile b/x11-toolkits/hs-GLURaw/Makefile deleted file mode 100644 index fc1d665..0000000 --- a/x11-toolkits/hs-GLURaw/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# New ports collection makefile for: hs-GLURaw-ghc -# Date created: December 20 2009 -# Whom: Giuseppe Pilichi aka Jacula Modyun <jacula@gmail.com> -# -# $FreeBSD$ -# - -PORTNAME= GLURaw -PORTVERSION= 1.1.0.0 -CATEGORIES= x11-toolkits haskell - -MAINTAINER= haskell@FreeBSD.org -COMMENT= A raw Haskell binding for the OpenGL Utility Toolkit - -CABAL_SETUP= Setup.hs -USE_HACKAGE= OpenGLRaw -USE_GL= glu - -.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" -.include <bsd.port.mk> |