# $Id: Portfile 30254 2007-10-23 02:22:51Z jmpp@macports.org $

PortSystem 1.0

name			sdd
version			1.52
categories		sysutils
platforms		darwin
maintainers		nomaintainer
description		fast replacement for dd
long_description	${description}

homepage		http://www.fokus.fraunhofer.de/research/cc/berlios/employees/joerg.schilling/private/
master_sites	ftp://ftp.berlios.de/pub/sdd/
checksums		md5 7ee55d93f8a0bec0475bd78d0757c52a
use_bzip2		yes

use_configure	no

build.type		gnu

destroot.destdir	INS_BASE=${destroot}${prefix} \
				MANDIR=share/man
post-destroot	{
	file delete -force ${destroot}${prefix}/lib \
		${destroot}${prefix}/include \
		${destroot}${prefix}/share/man/man5 \
		${destroot}${prefix}/share/man/man3
}
