# $Id: Portfile,v 1.3 2004/10/13 08:55:09 olegb Exp $ PortSystem 1.0 name epiphany version 1.2.8 description A GNOME Web browser. long_description A web browser is more than an application, it is a \ way of thinking, it is a way of seeing the world. \ Epiphany's principles are simplicity and standards \ compliance. maintainers olegb@opendarwin.org categories gnome www platforms darwin homepage http://www.gnome.org/projects/epiphany master_sites gnome:sources/epiphany/1.2/ use_bzip2 yes checksums md5 19d80db940f722b890dd439038743f83 depends_lib bin:mozilla:mozilla bin:gnome-session:gnome-session configure.env CPPFLAGS="-L${prefix}/lib -I${prefix}/include" \ CFLAGS="-no-cpp-precomp" post-destroot { reinplace "s|export LD_LIBRARY_PATH|export DYLD_FALLBACK_LIBRARY_PATH=\$DYLD_FALLBACK_LIBRARY_PATH:${prefix}/lib/mozilla-1.7.3/|g" ${destroot}/${prefix}/bin/epiphany }