Changeset 9224
- Timestamp:
- Nov 9, 2004, 10:58:49 PM (15 years ago)
- Location:
- trunk/dports/aqua/Growl
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/aqua/Growl/Portfile
r9033 r9224 1 # $Id: Portfile,v 1. 2 2004/10/29 23:10:29 tobyExp $1 # $Id: Portfile,v 1.3 2004/11/09 22:58:49 mww Exp $ 2 2 3 3 PortSystem 1.0 … … 5 5 name Growl 6 6 version 0.5 7 revision 1 7 8 categories aqua 8 9 platforms darwin … … 21 22 use_configure no 22 23 24 post-build { 25 system "cd ${worksrcpath}/Examples/growlnotify && xcodebuild" 26 } 27 23 28 destroot { 29 xinstall -m 755 ${worksrcpath}/Examples/growlnotify/build/growlnotify \ 30 ${destroot}${prefix}/bin 31 xinstall -m 755 ${filespath}/iport ${destroot}${prefix}/bin 32 reinplace "s|__PREFIX__|${prefix}|g" ${destroot}${prefix}/bin/iport 24 33 xinstall -m 755 -d ${destroot}/Library/PreferencePanes/ \ 25 34 ${destroot}/Library/Frameworks/
Note: See TracChangeset
for help on using the changeset viewer.