# $Id: Portfile,v 1.2 2005/02/22 14:53:02 mww Exp $ PortSystem 1.0 name disktype version 8 categories sysutils platforms darwin maintainers mww@opendarwin.org description Detects the content format of a disk or disk image long_description Detects the content format of a disk or disk image by \ checking for signatures of file systems, partition tables, \ and boot codes. homepage http://disktype.sourceforge.net/ master_sites sourceforge checksums md5 47cf84b2474dd354cdbe56bf02bb50ab use_configure no destroot { xinstall -m 755 -s ${worksrcpath}/disktype ${destroot}${prefix}/sbin xinstall -m 644 ${worksrcpath}/disktype.1 \ ${destroot}${prefix}/share/man/man1 }