# $Id: Portfile,v 1.3 2004/07/12 19:29:38 olegb Exp $ PortSystem 1.0 name regexxer version 0.8 description A search and replace tool for GNOME. long_description regexxer is a nifty search/replace tool for the \ desktop user. It features recursive search through \ directory trees and Perl-style regular expressions \ (using libpcre). maintainers gnome-darwinports@opendarwin.org categories gnome platforms darwin homepage http://regrexxer.sourceforge.net #master_sites gnome:sources/regexxer/0.8/ master_sites sourceforge checksums md5 acaa19b119cc7159c42b7f93e02f9fbd depends_lib lib:libpcre:pcre lib:libgtkmm-2:gtkmm configure.env CPPFLAGS="-L${prefix}/lib -I${prefix}/include" \ CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress"