Ticket #7376: Portfile.diff
File Portfile.diff, 1.0 KB (added by andrewmy@…, 19 years ago) |
---|
-
Portfile
old new 2 2 3 3 PortSystem 1.0 4 4 name MenuMeters 5 version 1. 2.25 version 1.3 6 6 categories aqua sysutils 7 7 maintainers waqaratopendarwin.org 8 8 description Set of CPU, memory, disk, and network monitoring tools … … 15 15 platforms macosx 16 16 master_sites http://www.ragingmenace.com/software/download 17 17 distname ${name} 18 checksums md5 539849d29ea625c66c5633242760f561\19 sha1 70cdd49de0459623ba3031866fbbf16eca46587f18 checksums md5 e2957c514a1222b3ab8d4414dd1806eb \ 19 sha1 fc00ebd506f89014a92372bc1bbe738f53409155 20 20 21 21 post-extract { 22 22 file rename ${workpath}/${name}\ ${version}\ Source ${worksrcpath} … … 30 30 31 31 destroot { 32 32 xinstall -m 755 -d ${destroot}/Library/PreferencePanes 33 file copy ${worksrcpath}/build/ ${name}.prefPane \33 file copy ${worksrcpath}/build/release/${name}.prefPane \ 34 34 ${destroot}/Library/PreferencePanes 35 35 }