# $Id: Portfile,v 1.5 2006/04/14 07:43:50 mww Exp $

PortSystem 1.0

name			di
version			4.5
categories		sysutils
platforms		darwin
maintainers		mww@opendarwin.org
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}
checksums		sha1 0d911d4cbe2759b036b183940e0f12e9db99037f

use_configure	no

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

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