summaryrefslogtreecommitdiff
path: root/x11/gtkglarea2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/gtkglarea2/Makefile')
-rw-r--r--x11/gtkglarea2/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/x11/gtkglarea2/Makefile b/x11/gtkglarea2/Makefile
new file mode 100644
index 00000000000..3395420dcee
--- /dev/null
+++ b/x11/gtkglarea2/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.17 2011/02/19 15:48:35 wiz Exp $
+
+DISTNAME= gtkglarea-2.0.1
+PKGNAME= ${DISTNAME:S/gtkglarea/gtkglarea2/}
+CATEGORIES= x11
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtkglarea/2.0/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+COMMENT= OpenGL widget for the GTK+2 GUI toolkit
+LICENSE= gnu-lgpl-v2
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= pkg-config
+
+PKGCONFIG_OVERRIDE= gtkgl-2.0.pc.in
+
+.include "../../graphics/MesaLib/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"