New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 81190


Ignore:
Timestamp:
07/26/11 19:20:55 (4 years ago)
Author:
ryandesign@…
Message:

driftnet: add mirror; support build_arch; add universal variant

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/net/driftnet/Portfile

    r69904 r81190  
    1717                sees lots of web traffic.  
    1818 
    19 master_sites    http://www.ex-parrot.com/~chris/driftnet/ 
     19master_sites    http://www.ex-parrot.com/~chris/driftnet/ \ 
     20                http://www.vanheusden.com/mirrors/ 
    2021 
    2122#               Driftnet doesn't use a configure file, so the Makefile  \ 
     
    3940use_configure   no 
    4041 
     42variant universal {} 
     43if {[variant_isset universal]} { 
     44    set archflags ${configure.universal_cflags} 
     45} else { 
     46    set archflags ${configure.cc_archflags} 
     47} 
     48 
    4149build.target    { } 
    4250 
    43 build.args      CFLAGS="-I${prefix}/include             \ 
     51build.args              CC="${configure.cc} ${archflags}"       \ 
     52                        CFLAGS="-I${prefix}/include             \ 
    4453                        -I${prefix}/lib/glib/include    \ 
    4554                        -I${prefix}/include/glib-1.2    \ 
Note: See TracChangeset for help on using the changeset viewer.