Changeset 99262


Ignore:
Timestamp:
Oct 30, 2012, 6:05:27 PM (12 years ago)
Author:
mk@…
Message:

istumbler: include version check (#issue 34857) and add BSD license

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/aqua/istumbler/Portfile

    r80322 r99262  
    1010supported_archs i386 ppc
    1111configure.universal_archs i386 ppc
     12license     BSD
    1213
    1314description     iStumbler is an Aqua GUI for finding wireless networks
     
    4142#       OTHER_LDFLAGS="-I${worksrcpath}/Frameworks"
    4243
     44pre-fetch {
     45        platform darwin {
     46                if {${os.major} < 10} {
     47                        ui_error "${name} requires OS X 10.6 or newer."
     48                        return -code error "incompatible OS X version"
     49                }
     50        }
     51}
     52
    4353if { ![variant_isset use_source] } {
    4454        default_variants +use_binary
Note: See TracChangeset for help on using the changeset viewer.