Changeset 79320
- Timestamp:
- 06/09/11 09:31:51 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/finance/bitcoin/Portfile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/finance/bitcoin/Portfile
r79262 r79320 5 5 categories finance crypto 6 6 version 0.3.21 7 revision 1 7 8 platforms darwin 8 9 license MIT … … 34 35 configure { 35 36 reinplace "s|^DEPSDIR=.*$|DEPSDIR=${prefix}|" ${makefile} 36 reinplace "s|\$\(DEPSDIR\)/bin/wx-config|${prefix}/lib/wx-devel/bin/wx-config|g" ${makefile}37 37 reinplace "s|-I\"\$\(DEPSDIR\)\/include\"|-I${prefix}/include -I${prefix}/include/db48|" ${makefile} 38 38 reinplace "s|lib/libdb_cxx-4.8.a|lib/db48/libdb_cxx-4.8.dylib|" ${makefile} … … 50 50 } 51 51 build.args -f ${makefile} 52 build.target-append bitcoind 52 53 destroot { 53 54 copy ${worksrcpath}/bitcoin ${destroot}${prefix}/bin 55 copy ${worksrcpath}/bitcoind ${destroot}${prefix}/bin 54 56 55 57 set docdir ${destroot}${prefix}/share/doc/${name}
Note: See TracChangeset
for help on using the changeset viewer.

