mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-16 16:00:55 -04:00
12 lines
377 B
PkgConfig
12 lines
377 B
PkgConfig
prefix=@PREFIX@
|
|
exec_prefix=@PREFIX@/bin
|
|
libdir=@PREFIX@/lib/nss
|
|
includedir=@PREFIX@/include/nss
|
|
|
|
Name: NSS
|
|
Description: Mozilla Network Security Services
|
|
Version: @NSS_MAJOR_VERSION@.@NSS_MINOR_VERSION@.@NSS_PATCH_VERSION@
|
|
Requires: nspr >= 4.10.3
|
|
Cflags: -I${includedir}
|
|
Libs: @COMPILER_RPATH_FLAG@${libdir} -L${libdir} -lnss3 -lsmime3 -lssl3 -lsoftokn3 -lnssutil3 @PTHREAD@
|