Ticket #22684: Growl-Portfile.diff
File Growl-Portfile.diff, 1.6 KB (added by nerdling (Jeremy Lavergne), 14 years ago) |
---|
-
Portfile
1 # -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4 1 2 # $Id$ 2 3 3 4 PortSystem 1.0 … … 3 4 4 5 name Growl 5 set base_version 1.1.4 6 version ${base_version} 6 version 1.2.1 7 set base_version [join [lrange [split ${version} .] 0 1] .] 7 8 categories aqua 8 9 platforms darwin … … 16 17 homepage http://growl.info/ 17 18 18 19 master_sites ${homepage}files/source/ 19 checksums md5 f497b5485f644e767482764da1813116 \ 20 sha1 33bf8a3b122072a6713657e577a84b7f0ef8f839 \ 21 rmd160 0052da5775ee1e8e4fe11316810ed6b87aa204ef 20 checksums md5 f7fed447b455e4ae01155160e46cdd35 \ 21 sha1 690602b89573447ea8933ae9d3d83263242ad8a7 22 22 use_bzip2 yes 23 distname ${distname}-src 23 distname ${name}-${base_version}-src 24 extract.suffix .tbz 24 25 26 platform darwin { 27 if {${os.major} < 9} { 28 pre-fetch { 29 return -code 1 "${name} requires Mac OS X 10.5 or higher." 30 } 31 } 32 } 33 25 34 # The following patch selection makes the source build for a single 26 35 # architecture, rather than as universal binaries as the distributed source is 27 36 # configured to do. This probably plays havoc with the MacPorts +universal 28 37 # variant, so I'll need to think further about this. 29 patchfiles patch-Growl.xcodeproj__project.pbxproj.${os.arch}.diff38 #patchfiles patch-Growl.xcodeproj__project.pbxproj.${os.arch}.diff 30 39 use_configure no 31 40 build.target growl 32 41 destroot.destdir PREFIX=${destroot}