a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 21856 2007-02-10 16:53:18Z rhwood@macports.org $
PortSystem 1.0
name NotificationWatcher
version 20050107
revision 1
categories aqua
platforms darwin
maintainers eridius@macports.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/MacPorts/
file copy ${worksrcpath}/build/Notification\ Watcher.app \
${destroot}/Applications/MacPorts/
}