summaryrefslogtreecommitdiff
path: root/x11/gtkglarea2/Makefile
diff options
context:
space:
mode:
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"