# $Id: Portfile 20471 2006-11-03 15:27:05Z blair@macports.org $ PortSystem 1.0 name sdd version 1.52 categories sysutils platforms darwin maintainers mww@opendarwin.org 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 }