# $Id: Portfile,v 1.5 2005/01/09 08:08:11 jkh Exp $ PortSystem 1.0 name epiphany version 1.4.4 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.4/ use_bzip2 yes checksums md5 2d29074c577dd42706c923df21a9a5bf depends_lib bin:mozilla:mozilla bin:gnome-session:gnome-session lib:libiconv.2:libiconv configure.env CPPFLAGS="-L${prefix}/lib -I${prefix}/include" \ CFLAGS="-no-cpp-precomp" post-destroot { # make a da script happen file copy ${destroot}${prefix}/bin/epiphany ${destroot}${prefix}/bin/epiphany-bin file copy -force ${worksrcpath}/../../files/epiphany ${destroot}${prefix}/bin/ # use da ${prefix} Luke ... reinplace "s|/opt/local|${prefix}|g" ${destroot}/${prefix}/bin/epiphany }