# $Id: Portfile,v 1.2 2005/10/19 08:10:15 blb Exp $

PortSystem			1.0
name				maxwell
version				0.5.1
categories			sysutils
maintainers			blb@opendarwin.org
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}

