openbsd-ports/security/nss/files/nss.pc
landry 40547a68f6 Update to nss 3.14.
- use ${SUBST_CMD} instead of old-style perl -pi -e commands
- update nss-config from debian's nss-config.in, since apparently it
comes from there.. needed to fix detection by mozillas, otherwise the
current script returns 3.14 for --version while configure scripts
expect 3.14.0... grab version via awk on nss.h at runtime.

Tested on amd64/i386/powerpc and in an amd64 bulk build. Needed by
firefox 18.

ok sthen@ ajacoutot@ jasper@
2012-11-12 20:43:09 +00:00

14 lines
339 B
PkgConfig

# $OpenBSD: nss.pc,v 1.2 2012/11/12 20:43:09 landry Exp $
prefix=${TRUEPREFIX}
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: NSS
Description: Mozilla Network Security Services
Version: ${VERSION}
Requires: nspr >= 4.6.4
Libs: -L${libdir} -lnss3 -lsmime3 -lsoftokn3 -lssl3
Cflags: -I${includedir}/nss