summaryrefslogtreecommitdiff
path: root/x11/gtksourceview/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/gtksourceview/Makefile')
-rw-r--r--x11/gtksourceview/Makefile34
1 files changed, 34 insertions, 0 deletions
diff --git a/x11/gtksourceview/Makefile b/x11/gtksourceview/Makefile
new file mode 100644
index 00000000000..810cabbd4b6
--- /dev/null
+++ b/x11/gtksourceview/Makefile
@@ -0,0 +1,34 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/09/11 11:11:33 jmmv Exp $
+#
+
+DISTNAME= gtksourceview-0.6.0
+CATEGORIES= x11
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtksourceview/0.6/}
+
+MAINTAINER= jmmv@NetBSD.org
+HOMEPAGE= http://www.gnome.org/softwaremap/projects/gtksourceview
+COMMENT= Text widget that extends GTK2's GtkTextView widget
+
+BUILD_USES_MSGFMT= yes
+
+GNU_CONFIGURE= yes
+USE_BUILDLINK2= yes
+USE_LIBTOOL= yes
+USE_PERL5= build
+USE_PKGLOCALEDIR= yes
+
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
+PKGCONFIG_OVERRIDE= ${WRKSRC}/gtksourceview-1.0.pc.in
+
+CONFIGURE_ARGS= --disable-build-tests
+CONFIGURE_ARGS+= --enable-gtk-doc=no
+CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc/html
+
+.include "../../devel/gettext-lib/buildlink2.mk"
+.include "../../devel/glib2/buildlink2.mk"
+.include "../../devel/pkgconfig/buildlink2.mk"
+.include "../../print/libgnomeprint/buildlink2.mk"
+.include "../../textproc/intltool/buildlink2.mk"
+.include "../../textproc/libxml2/buildlink2.mk"
+.include "../../x11/gtk2/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"