==== NOTES ====
* MacPorts ticket [[https://trac.macports.org/ticket/19896|#19896]] has been merged months ago, so there is no need to do manual patch any more.
* The ticket [[https://trac.macports.org/ticket/21146|#21146]] to request committing uzbl into MacPorts repo is still pending due to nobody step up as maintainer as of 2009-12-09.
=== Outdated as of 2009-12-09 ===
This portfile requires unmerged patches to the Makefile to build correctly
You will also need to patch your WebKit as indicated here:
https://trac.macports.org/ticket/19896
Do this by downloading the patch to:
''/opt/local/var/macports/sources/rsync.macports.org/release/ports/www/webkit-gtk/files''
and adding "patch-purgable-buffer.diff" to the PortFile
==== BUILD ====
# $Id$
# PortFile for the uzbl browser
# Aaron Griffin
PortSystem 1.0
name uzbl
version 20090616 #Change to rebuild
categories www
maintainers aaronmgriffin@gmail.com
description Uzbl Web Browser
long_description A browser that adheres to the unix philosophy.
homepage http://www.uzbl.org/
platforms darwin
fetch.type git
git.url git://github.com/Dieterbe/uzbl.git
git.branch origin/master
use_configure no
destroot.args PREFIX=${destroot}${prefix}
depends_lib port:gtk2 \
port:webkit-gtk \
port:libsoup
depends_build port:pkgconfig
==== INSTALL ====
Put this in a file named ''PortFile'' and run
$ sudo port install
in the same directory