# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 93325 2012-05-20 08:28:29Z ryandesign@macports.org $

PortSystem          1.0
PortGroup           github 1.0

github.setup        Dieterbe uzbl 2012.05.14
categories          www
license             GPL-3
platforms           darwin
maintainers         ryandesign openmaintainer

description         Uzbl Web Browser

long_description    ${name} is a web browser that adheres to the UNIX philosophy.

homepage            http://www.uzbl.org/

checksums           rmd160  a6a1c2b7eb11a80c6c01b9bd8a93a82125656c9d \
                    sha256  4b4b3baf2339250b81818b12918af51a33f353a580856fe27eb193f71a4294cf

depends_build       port:pkgconfig

depends_lib         port:gtk2 \
                    port:webkit-gtk \
                    port:libsoup

use_configure       no

variant universal {}

build.args          PREFIX=${prefix} \
                    CC="${configure.cc} [get_canonical_archflags]"

eval destroot.args  ${build.args}
