# $Id: Portfile,v 1.3 2005/01/28 07:38:55 blb Exp $ PortSystem 1.0 name NotificationWatcher version 20050107 revision 1 categories aqua platforms darwin maintainers kevin@sb.org description monitors distributed and workspace notifications long_description Notification Watcher is an application that lets you \ see all the distributed and workspace notifications \ being passed around the system. Useful for debugging \ applications which use these notifications or for \ hunting down undocumented notifications. homepage http://www.tildesoft.com master_sites ${homepage}/Files/ use_bzip2 yes checksums md5 efca27f32ec11bb8df523faaa35cc1fd \ sha1 4f15fdb0a597616f933930ddeede3ff111ad6fec patchfiles project.pbxproj.patch use_configure no build.type pbx build.target build.args -buildstyle Deployment build SYMROOT=build/ destroot { xinstall -m 755 -d ${destroot}/Applications/DarwinPorts/ file copy ${worksrcpath}/build/Notification\ Watcher.app \ ${destroot}/Applications/DarwinPorts/ }