Changeset 79338
- Timestamp:
- 06/09/11 12:51:57 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/finance/bitcoin/Portfile (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/finance/bitcoin/Portfile
r79320 r79338 4 4 name bitcoin 5 5 categories finance crypto 6 version 0.3.21 7 revision 1 6 version 0.3.22 8 7 platforms darwin 9 8 license MIT … … 20 19 distname ${name}-${version}-macosx 21 20 use_zip yes 22 checksums md5 5 4d55d1aa3030fbdf46e7116855f9513\23 sha1 6962cd9b3267f592866f7114363b207cc0b5d396\24 rmd160 424dcf3f5b1f5e0734da81bdfb6bad72a78757eb21 checksums md5 5daa8d577e5ee081a4eae7cf4845f76c \ 22 sha1 5798efd33d38d530428d22aa4edf37e99731072e \ 23 rmd160 094c90358ed24be23feb66db6c68c6525e6234fc 25 24 26 25 depends_lib port:boost \ 27 26 port:openssl \ 28 27 port:db48 \ 29 port:wxWidgets-devel 28 port:wxWidgets-devel \ 29 port:miniupnpc 30 30 31 31 supported_archs x86_64 … … 39 39 reinplace "s|lib/libboost_thread.a|lib/libboost_thread-mt.dylib|" ${makefile} 40 40 reinplace "s|\\\.a|.dylib|" ${makefile} 41 reinplace "s|/miniupnpc/|/lib/|" ${makefile} 41 42 42 43 # The QuickTime framework isn't actually needed, and it doesn't exist for … … 52 53 build.target-append bitcoind 53 54 destroot { 54 copy ${worksrcpath}/bitcoin ${destroot}${prefix}/bin55 copy ${worksrcpath}/bitcoind ${destroot}${prefix}/bin55 xinstall -m 755 -W ${worksrcpath} \ 56 bitcoin bitcoind ${destroot}${prefix}/bin 56 57 57 58 set docdir ${destroot}${prefix}/share/doc/${name} 58 59 xinstall -d ${docdir} 59 copy ${worksrcpath}/doc/README ${docdir} 60 copy ${worksrcpath}/../license.txt ${docdir} 60 xinstall -m 444 -W ${worksrcpath}/.. readme.txt license.txt ${docdir} 61 61 62 file copy ${worksrcpath}/locale \ 63 ${destroot}${prefix}/share 64 65 file copy ${worksrcpath}/../Bitcoin.app \ 66 ${destroot}${applications_dir}/ 62 file copy ${worksrcpath}/../Bitcoin.app ${destroot}${applications_dir}/ 67 63 } 68 64
Note: See TracChangeset
for help on using the changeset viewer.

