# $Id: Portfile,v 1.3 2005/05/31 13:45:03 waqar Exp $ PortSystem 1.0 name MenuMeters version 1.2.2 categories aqua sysutils maintainers waqar@opendarwin.org description Set of CPU, memory, disk, and network monitoring tools long_description \ The MenuMeters monitors are true SystemUIServer plugins \ (also known as Menu Extras). This means they can be reordered \ using command-drag and remember their positions in the menubar \ across logins and restarts. homepage http://www.ragingmenace.com/software/menumeters platforms macosx master_sites http://www.ragingmenace.com/software/download distname ${name} checksums md5 539849d29ea625c66c5633242760f561 \ sha1 70cdd49de0459623ba3031866fbbf16eca46587f post-extract { file rename ${workpath}/${name}\ ${version}\ Source ${worksrcpath} } worksrcdir ${name}-${version} use_configure no build.type pbx build.target -target PrefPane build.args build INSTALL_MODE_FLAG=go-w,a+rX destroot { xinstall -m 755 -d ${destroot}/Library/PreferencePanes file copy ${worksrcpath}/build/${name}.prefPane \ ${destroot}/Library/PreferencePanes }