# -*- 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

PortSystem          1.0
PortGroup           app 1.0

name                xdiskusage
version             1.60
revision            1
checksums           rmd160  e7f7d3626d9c11b9a4a1068be7b1f3033e51e4d4 \
                    sha256  7b536dc6f1bdc6d9bec7c29b9435c23d9d32bff8a0ebee26b9966b273dc9f67e \
                    size    54990

categories          x11
platforms           darwin
maintainers         {ryandesign @ryandesign} openmaintainer
license             GPL-2+

description         program to show you what is using up all your disk space
long_description    ${name} is a {*}${description}.

homepage            http://xdiskusage.sourceforge.net/
master_sites        ${homepage}
extract.suffix      .tgz

depends_lib         path:lib/libfltk.dylib:fltk

patchfiles          dont-override-CFLAGS-and-CXXFLAGS.patch

# We patch configure.in so:
use_autoreconf      yes

destroot.destdir    prefix=${destroot}${prefix} mandir=${destroot}${prefix}/share/man

app.name            ${name}
app.retina          yes
