# $Id: Portfile 57375 2009-09-10 08:16:41Z ryandesign@macports.org $

PortSystem 1.0

name			di
version			4.13
categories		sysutils
platforms		darwin
maintainers		mww
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		sha1 6cd254482f6075b83191e58b327516e6701840fb

use_configure	no

build.cmd		./Build
build.target
build.env		prefix=${prefix}

destroot.cmd	${build.cmd}
destroot.env	prefix=${destroot}${prefix}

livecheck.type	freshmeat
livecheck.name	diskinfo

