mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
Changes: https://v8.dev/blog/v8-release-96 https://chromium.googlesource.com/v8/v8.git/+log/refs/heads/9.6-lkgr https://github.com/v8/v8/commits/9.6-lkgr
10 lines
240 B
PkgConfig
10 lines
240 B
PkgConfig
prefix=%%PREFIX%%
|
|
exec_prefix=${prefix}
|
|
libdir=${prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: v8
|
|
Description: V8 JavaScript Engine - Platform library
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lv8_libplatform -pthread
|
|
Cflags: -I${includedir}
|