# $Id: Portfile,v 1.3 2006/06/05 11:11:12 mww Exp $

PortSystem 1.0

name			disktype
version			9
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		sha1 5ccc55d1c47f9a37becce7336c4aa3a7a43cc89c

use_configure	no

destroot {
	xinstall -m 755 -s ${worksrcpath}/disktype ${destroot}${prefix}/sbin
	xinstall -m 644 ${worksrcpath}/disktype.1 \
		${destroot}${prefix}/share/man/man1
}
