aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/hs-gtkglext/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/hs-gtkglext/Makefile')
-rw-r--r--x11-toolkits/hs-gtkglext/Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/x11-toolkits/hs-gtkglext/Makefile b/x11-toolkits/hs-gtkglext/Makefile
deleted file mode 100644
index 02fbf55057b0..000000000000
--- a/x11-toolkits/hs-gtkglext/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= gtkglext
-PORTVERSION= 0.12.5.0
-PORTREVISION= 1
-CATEGORIES= x11-toolkits haskell
-
-MAINTAINER= haskell@FreeBSD.org
-COMMENT= Binding to the GTK+ OpenGL Extension
-
-LIB_DEPENDS= libgtkglext-x11-1.0.so:${PORTSDIR}/x11-toolkits/gtkglext
-
-LICENSE= LGPL21
-
-USES= pkgconfig
-USE_CABAL= glib>=0.12.5.0 gtk>=0.12.5.0 mtl pango>=0.12.5.0
-
-.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
-.include <bsd.port.mk>