# $Id: Portfile 117236 2014-02-20 06:58:49Z mww@macports.org $

PortSystem 1.0

name                di
version             4.35
categories          sysutils
platforms           darwin
maintainers         mww
license             zlib
description         disk information utility
long_description    di is a disk information utility, displaying everything \
                    (and more) than the classic df command does.

homepage            http://www.gentoo.com/di/
master_sites        ${homepage} http://fresh.t-systems-sfr.com/unix/src/privat2/

checksums           rmd160  325bcb02413d97ffbb94460944e3873966d50a92 \
                    sha256  2cdfface7a85e3a359cb228277b090a0648cabe18520e43b09919bdaf67b71d2

depends_lib         port:gettext

use_configure       no

build.target
build.args          prefix=${prefix} CC="${configure.cc}" CFLAGS="${configure.cflags}"

destroot.args       prefix=${destroot}${prefix}

livecheck.type      regex
livecheck.regex     ${name}-(\[0-9.\]+)\\.tar

