summaryrefslogtreecommitdiff
path: root/x11/gtksourceview3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/gtksourceview3/Makefile')
-rw-r--r--x11/gtksourceview3/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/x11/gtksourceview3/Makefile b/x11/gtksourceview3/Makefile
new file mode 100644
index 00000000000..7b0d7eeb8ba
--- /dev/null
+++ b/x11/gtksourceview3/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1 2012/08/31 19:43:49 prlw1 Exp $
+#
+
+DISTNAME= gtksourceview-3.4.2
+PKGNAME= ${DISTNAME:S/gtksourceview/gtksourceview3/}
+CATEGORIES= x11
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtksourceview/3.4/}
+EXTRACT_SUFX= .tar.xz
+
+MAINTAINER= prlw1@cam.ac.uk
+HOMEPAGE= http://projects.gnome.org/gtksourceview/
+COMMENT= Text widget that extends GTK3's GtkTextView widget
+LICENSE= gnu-gpl-v2
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_TOOLS+= gmake gsed intltool msgfmt pkg-config
+USE_PKGLOCALEDIR= yes
+
+PKGCONFIG_OVERRIDE+= gtksourceview-3.0.pc.in
+
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/gobject-introspection/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../x11/gtk3/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"