summaryrefslogtreecommitdiff
path: root/x11/gtkglarea2/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2011-02-19 15:48:35 +0000
committerwiz <wiz@pkgsrc.org>2011-02-19 15:48:35 +0000
commit58d857fd318cbbc47c2d508c840d624d8d6d2790 (patch)
treea6af6690f5c6dd2b46c12a6ee31e0737673ede24 /x11/gtkglarea2/Makefile
parent1a1cf9d8d223b035c2cf47cbb9d76fd2012d709b (diff)
downloadpkgsrc-58d857fd318cbbc47c2d508c840d624d8d6d2790.tar.gz
Added gtkglarea2-2.0.1.
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"