# $Id: Portfile,v 1.5 2004/06/21 10:42:15 olegb Exp $ PortSystem 1.0 name gtksourceview version 1.0.1 revision 1 description GtkSourceView is a text widget long_description GtkSourceView is a text widget that extends the standard \ gtk+ 2.x text widget GtkTextView. It improves GtkTextView \ by implementing syntax highlighting and other features \ typical of a source editor. maintainers gnome-darwinports@opendarwin.org categories gnome platforms darwin homepage http://cvs.gnome.org/lxr/source/gtksourceview master_sites gnome:sources/gtksourceview/1.0/ checksums md5 dccdc61d7626f2d222605f25fee41997 depends_lib lib:libgnomeprintui:libgnomeprintui lib:libgnuregex:gnuregex use_bzip2 yes patchfiles patch_gtksourceregex.c configure.args --mandir=${prefix}/share/man --enable-gnuregex configure.env CPPFLAGS="-I${prefix}/include -L${prefix}/lib" \ CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress" \ LDFLAGS="-lgnuregex"