New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79320


Ignore:
Timestamp:
06/09/11 09:31:51 (4 years ago)
Author:
and.damore@…
Message:

port bitcoin, added command line server, fixed wx-config path, bumped revision

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/finance/bitcoin/Portfile

    r79262 r79320  
    55categories          finance crypto 
    66version             0.3.21 
     7revision            1 
    78platforms           darwin 
    89license             MIT 
     
    3435configure { 
    3536    reinplace "s|^DEPSDIR=.*$|DEPSDIR=${prefix}|" ${makefile} 
    36     reinplace "s|\$\(DEPSDIR\)/bin/wx-config|${prefix}/lib/wx-devel/bin/wx-config|g" ${makefile} 
    3737    reinplace "s|-I\"\$\(DEPSDIR\)\/include\"|-I${prefix}/include -I${prefix}/include/db48|" ${makefile} 
    3838    reinplace "s|lib/libdb_cxx-4.8.a|lib/db48/libdb_cxx-4.8.dylib|" ${makefile} 
     
    5050} 
    5151build.args          -f ${makefile} 
     52build.target-append bitcoind 
    5253destroot { 
    5354    copy ${worksrcpath}/bitcoin ${destroot}${prefix}/bin 
     55    copy ${worksrcpath}/bitcoind ${destroot}${prefix}/bin 
    5456 
    5557    set docdir ${destroot}${prefix}/share/doc/${name} 
Note: See TracChangeset for help on using the changeset viewer.