# $Id: Portfile,v 1.4 2006/06/14 12:07:21 rhwood 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 macports-dev@lists.macosforge.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 port:gconfmm port:libglademm configure.env CPPFLAGS="-L${prefix}/lib -I${prefix}/include" \ CFLAGS="-no-cpp-precomp -flat_namespace -undefined suppress"