Projects
New Ticket     Wiki     Browse Source     Timeline     Roadmap     Bug Reports     Search

root/trunk/dports/aqua/NotificationWatcher/Portfile

Revision 35942, 0.8 KB (checked in by eridius@…, 9 months ago)

Fix NotificationWatcher build

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
Line 
1# $Id$
2
3PortSystem 1.0
4PortGroup xcode 1.0
5
6name                            NotificationWatcher
7version                         20050107
8revision                        1
9categories                      aqua
10platforms                       darwin
11maintainers                     eridius@macports.org
12description                     monitors distributed and workspace notifications
13long_description        Notification Watcher is an application that lets you \
14                                        see all the distributed and workspace notifications \
15                                        being passed around the system. Useful for debugging \
16                                        applications which use these notifications or for \
17                                        hunting down undocumented notifications.
18homepage                        http://www.tildesoft.com
19master_sites            ${homepage}/Files/
20use_bzip2                       yes
21checksums                       md5  efca27f32ec11bb8df523faaa35cc1fd \
22                                        sha1 4f15fdb0a597616f933930ddeede3ff111ad6fec
23patchfiles                      project.pbxproj.patch
24
25livecheck.check         none
Note: See TracBrowser for help on using the browser.