# $Id: Portfile 52820 2009-06-23 21:47:46Z blb@macports.org $

PortSystem          1.0
name                maxwell
version             0.5.1
categories          sysutils
maintainers         nomaintainer
description         Mac OS X SMART disk monitoring/reporting tool
long_description \
   Maxwell is a disk monitoring and reporting tool for Mac OS X.  It uses \
   the IOKit SMART api to check your ATA disks for signs of possible \
   future failure.  It can run tests on demand, print a report of the \
   disks performance, or simply report a passing/failing status.

platforms           darwin

homepage            http://maxwell.sourceforge.net/
master_sites        sourceforge

checksums           md5 ce5c354b2fed4e237524ad0bc59997a3

patchfiles          patch-maxwell.8

use_configure       no

destroot.destdir    DESTDIR=${destroot} prefix=${prefix} \
                       mandir=${prefix}/share/man \
                       datadir=${prefix}/share/doc/${name}

