1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name libv8 |
---|
6 | version 0.4.0-devel |
---|
7 | categories lang devel |
---|
8 | maintainers thefrontside.net:cowboyd |
---|
9 | description V8 Javascript Interpreter Library |
---|
10 | long_description V8 is a C++ library which allows you to embed a javascript interpreter into your application |
---|
11 | homepage http://code.google.com/p/v8 |
---|
12 | platforms darwin |
---|
13 | master_sites http://thefrontside.net/dist/v8 |
---|
14 | |
---|
15 | checksums md5 d6f11ebd49703d254a4f34da1d9ab536 \ |
---|
16 | sha1 3f0c774b917559450063dff44b4956bb9e742839 \ |
---|
17 | rmd160 ca870b0137fe1f8bf05f03bb0f3c8ca72e191de5 |
---|
18 | |
---|
19 | depends_lib port:scons |
---|
20 | |
---|
21 | build.cmd scons |
---|
22 | build.args |
---|
23 | build.target |
---|
24 | |
---|
25 | variant x64 { |
---|
26 | build.args-append arch=x64 |
---|
27 | } |
---|
28 | |
---|
29 | destroot.cmd cp libv8.* ${destroot}${prefix}/lib && cp include/v8.h ${destroot}${prefix}/include |
---|
30 | destroot.pre_args |
---|
31 | destroot.post_args |
---|
32 | destroot.target |
---|
33 | |
---|
34 | configure {} |
---|
35 | test {} |
---|
36 | |
---|