1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name lorcon |
---|
7 | version 20081101 |
---|
8 | categories net |
---|
9 | platforms darwin |
---|
10 | maintainers nomaintainer |
---|
11 | license GPL-2 |
---|
12 | |
---|
13 | description Loss Of Radio CONnectivity |
---|
14 | |
---|
15 | homepage http://802.11ninja.net/ |
---|
16 | master_sites sourceforge:airpwn |
---|
17 | dist_subdir airpwn |
---|
18 | distname airpwn-1.4 |
---|
19 | extract.suffix .tgz |
---|
20 | |
---|
21 | checksums sha1 30df2f76cbbf35a9aa4053fa622f5249f2960e88 \ |
---|
22 | rmd160 4703b31cbf70b5d7fac4b921722c81fde5e29bc7 |
---|
23 | |
---|
24 | extract.post_args-append ${worksrcdir}/lorcon-current.tgz |
---|
25 | |
---|
26 | post-extract { |
---|
27 | system "cd ${worksrcpath} && tar xzf lorcon-current.tgz" |
---|
28 | } |
---|
29 | |
---|
30 | patch.dir ${worksrcpath}/lorcon |
---|
31 | configure.dir ${patch.dir} |
---|
32 | build.dir ${configure.dir} |
---|
33 | |
---|
34 | # gcc-4.2: -E, -S, -save-temps and -M options are not allowed with multiple -arch flags |
---|
35 | universal_variant no |
---|