Changeset 80322
- Timestamp:
- 07/08/11 18:39:06 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/aqua/istumbler/Portfile (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/aqua/istumbler/Portfile
r75061 r80322 5 5 6 6 name istumbler 7 version 9 87 version 99 8 8 categories aqua 9 9 maintainers nomaintainer 10 supported_archs i386 ppc 11 configure.universal_archs i386 ppc 12 10 13 description iStumbler is an Aqua GUI for finding wireless networks 11 14 long_description iStumbler is a free, open source tool for finding \ … … 23 26 extract.suffix .tgz 24 27 25 checksums \ 26 md5 5a16cc30d8e211254ab4d8c0777b8cfc \ 27 sha1 d09c368fbd6002595205a4c09d2c72da4f53795c \ 28 rmd160 c8a3b25c2d558f19a5506e5298c448f7ffad365f 28 checksums sha1 549c5d3e5117dd3d559e2946f827eb34dc6d0ef1 \ 29 rmd160 82da034aa43b6718655ae4101325e7e78f15d429 29 30 30 31 worksrcdir iStumbler … … 46 47 variant use_binary conflicts use_source description {Install from binary distribution} { 47 48 distname ${name}-${version} 48 checksums \ 49 md5 89981ff4ae5dc087b867ae2ff295898a \ 50 sha1 2e8912aed8a32353c76d147c1f37493abe0abb9a \ 51 rmd160 ded5f623f3d9d5fe63008b5b58358b2b73eb55f0 49 checksums sha1 3a8273ae665f3a024db693ca5fb88765720a8a17 \ 50 rmd160 09bcb0afbbdc4589e2c6ee8f7061ffbd19fac7eb 52 51 patch {} 53 52 use_configure no … … 57 56 file copy ${workpath}/iStumbler.app ${destroot}${applications_dir} 58 57 } 58 default_variants +universal 59 variant universal {} 60 pre-fetch { 61 if {![variant_isset universal]} { 62 return -code error "${name} is only available in a universal version" 63 } 64 } 59 65 } 60 66 61 67 variant use_source conflicts use_binary description {Build from source (does not work)} {} 62 68 63 default_variants +universal64 variant universal {}65 pre-fetch {66 if {![variant_isset universal]} {67 return -code error "${name} is only available in a universal version"68 }69 }70 71 69 livecheck.type regex 72 70 livecheck.regex {iStumbler Release (\d+)}
Note: See TracChangeset
for help on using the changeset viewer.

