summaryrefslogtreecommitdiff
path: root/x11/gtkglarea2/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-09-20 20:54:46 +0000
committerwiz <wiz@pkgsrc.org>2007-09-20 20:54:46 +0000
commita3b45bfe2490e8e6f61a0e15797639d80ea56088 (patch)
tree5eae7bf43110c852bb8e111b01d4f460f1cc9ef4 /x11/gtkglarea2/Makefile
parentb231827c6aab2b4ae649d1a87ac66c3663b4c720 (diff)
downloadpkgsrc-a3b45bfe2490e8e6f61a0e15797639d80ea56088.tar.gz
Remove gtkglarea2: part of Gnome, but last release was in 2002, and there
are no dependencies in pkgsrc. Newer code usually uses gtkglext instead.
Diffstat (limited to 'x11/gtkglarea2/Makefile')
-rw-r--r--x11/gtkglarea2/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/x11/gtkglarea2/Makefile b/x11/gtkglarea2/Makefile
deleted file mode 100644
index 351d3bc3e85..00000000000
--- a/x11/gtkglarea2/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# $NetBSD: Makefile,v 1.15 2006/04/17 13:46:11 wiz Exp $
-#
-
-DISTNAME= gtkglarea-1.99.0
-PKGNAME= ${DISTNAME:S/-/2-/}
-PKGREVISION= 7
-CATEGORIES= x11
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtkglarea/1.99/}
-EXTRACT_SUFX= .tar.bz2
-
-MAINTAINER= recht@NetBSD.org
-HOMEPAGE= http://www.gnome.org/
-COMMENT= OpenGL widget for the GTK+2 GUI toolkit
-
-USE_TOOLS+= pkg-config
-USE_LIBTOOL= yes
-PKGCONFIG_OVERRIDE+= gtkgl-2.0.pc.in
-GNU_CONFIGURE= yes
-
-CONFIGURE_ARGS+= --with-lib-GL
-CONFIGURE_ARGS+= --with-GL-prefix=${BUILDLINK_PREFIX.MesaLib}
-
-.include "../../graphics/Mesa/buildlink3.mk"
-.include "../../x11/gtk2/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"