# $Id: Portfile,v 1.1 2005/10/22 12:53:26 mww Exp $

PortSystem 1.0

name			xdiskusage
version			1.48
categories		x11
platforms		darwin
maintainers		mww@opendarwin.org
description		program to show you what is using up all your disk space
long_description	${description}

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

depends_lib		lib:libX11.6:XFree86 port:fltk
build.args		CXXFLAGS=-I${prefix}/include LDFLAGS=-L${prefix}/lib

platform darwin 8 {
	configure.env-append	CC=/usr/bin/gcc-4.0 CPP=/usr/bin/cpp-4.0 CXX=/usr/bin/g++-4.0
}

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