a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 22478 2007-03-02 05:16:40Z pipping@macports.org $
PortSystem 1.0
name disktype
version 9
categories sysutils
platforms darwin
maintainers nomaintainer@macports.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
}