summaryrefslogtreecommitdiff
path: root/x11/gtksourceview2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/gtksourceview2/Makefile')
-rw-r--r--x11/gtksourceview2/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/x11/gtksourceview2/Makefile b/x11/gtksourceview2/Makefile
new file mode 100644
index 00000000000..60024f99511
--- /dev/null
+++ b/x11/gtksourceview2/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/11/03 17:24:41 drochner Exp $
+#
+
+DISTNAME= gtksourceview-2.0.1
+PKGNAME= gtksourceview2-2.0.1
+CATEGORIES= x11
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtksourceview/2.0/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= jmmv@NetBSD.org
+HOMEPAGE= http://gtksourceview.sourceforge.net/
+COMMENT= Text widget that extends GTK2's GtkTextView widget
+
+GNU_CONFIGURE= yes
+USE_LIBTOOL= yes
+USE_PKGLOCALEDIR= yes
+USE_TOOLS+= gmake intltool msgfmt perl pkg-config
+
+PKGCONFIG_OVERRIDE= gtksourceview-2.0.pc.in
+
+CONFIGURE_ARGS+= --disable-build-tests
+
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/pango/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"