Ticket #22043: Portfile

File Portfile, 998 bytes (added by cowboyd@…, 15 years ago)

libv8 Portfile

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