# $Id: Portfile,v 1.3 2003/07/23 21:56:12 gwright Exp $ PortSystem 1.0 name dillo version 0.7.2 categories www maintainers gwright@comcast.net platforms darwin description Simple but very fast web browser long_description \ Dillo is a web browser project completely written in C. \ Dillo is small: source is less than 365 KB, and the binary \ is around 265 KB! \ Dillo aims to be a multi-platform browser alternative \ that's small, stable, developer-friendly, usable, fast, \ and extensible. \ Dillo is mainly based on GTK+ (GNOME is NOT required!) \ Dillo is a free-SW project in the terms of the GNU general \ public license. \ Current code uses gzilla-0.2.2's html-parser, and almost \ everything else was rewritten from scratch!. \ Dillo is very fast! #user_notes Remember to set the DISPLAY environment variable \ # to localhost:0.0 if you start dillo from a non-X11 \ # terminal application. homepage http://www.dillo.org/ master_sites http://www.dillo.org/download/ use_bzip2 yes checksums md5 8072ff85bde54f9e421ddadd642d6722 depends_lib lib:libjpeg:jpeg lib:libpng:libpng lib:libgtk.1:gtk patchfiles patch-configure patch-http.c configure.dir ${workpath}/${name}-${version} build.dir ${configure.dir} configure.env CPPFLAGS="-no-cpp-precomp -I${prefix}/include" pre-install { system "strip ${build.dir}/src/dillo" }