Ticket #27176: lorcon-Portfile

File lorcon-Portfile, 1.2 KB (added by ryandesign (Ryan Carsten Schmidt), 13 years ago)

portfile for lorcon 20081101 (airpwn dependency)

Line 
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
4PortSystem                  1.0
5
6name                        lorcon
7version                     20081101
8categories                  net
9platforms                   darwin
10maintainers                 nomaintainer
11license                     GPL-2
12
13description                 Loss Of Radio CONnectivity
14
15homepage                    http://802.11ninja.net/
16master_sites                sourceforge:airpwn
17dist_subdir                 airpwn
18distname                    airpwn-1.4
19extract.suffix              .tgz
20
21checksums                   sha1    30df2f76cbbf35a9aa4053fa622f5249f2960e88 \
22                            rmd160  4703b31cbf70b5d7fac4b921722c81fde5e29bc7
23
24extract.post_args-append    ${worksrcdir}/lorcon-current.tgz
25
26post-extract {
27    system "cd ${worksrcpath} && tar xzf lorcon-current.tgz"
28}
29
30patch.dir                   ${worksrcpath}/lorcon
31configure.dir               ${patch.dir}
32build.dir                   ${configure.dir}
33
34# gcc-4.2: -E, -S, -save-temps and -M options are not allowed with multiple -arch flags
35universal_variant           no