mirror of
https://git.freebsd.org/ports.git
synced 2025-07-13 07:19:16 -04:00
14 lines
331 B
PkgConfig
14 lines
331 B
PkgConfig
--- src/njs.pc.in.orig 2024-06-25 17:40:20 UTC
|
|
+++ src/njs.pc.in
|
|
@@ -1,8 +1,8 @@
|
|
-prefix=@PREFIX@
|
|
-libdir=@LIBDIR@
|
|
+prefix=%%LOCALBASE%%
|
|
+libdir=${prefix}/lib
|
|
|
|
Name: njs
|
|
Description: library to embed njs scripting language
|
|
Version: @VERSION@
|
|
Libs: -L${libdir} -lnjs @EXTRA_LIBS@
|
|
-Cflags: @CFLAGS@
|
|
+Cflags: -I${prefix}/include
|