mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
d39d92427c
- update firefox-esr, thunderbird, linux-firefox, linux-thunderbird to 17.0.3 - update linux-seamonkey to 2.16 - update nspr to 4.9.5 - update nss to 3.14.3 - add DuckDuckGo search plugin to firefox [1] - mark kompozer deprecated - clang fixes for www/libxul19 [2] Security: http://www.vuxml.org/freebsd/e3f0374a-7ad6-11e2-84cd-d43d7e0c7c02.html Submitted by: DuckDuckGo [1], dim [2] In collaboration with: Jan Beich <jbeich@tormail.org>
12 lines
299 B
PkgConfig
12 lines
299 B
PkgConfig
prefix=%%PREFIX%%
|
|
exec_prefix=%%PREFIX%%
|
|
libdir=%%PREFIX%%/lib/nss
|
|
includedir=%%PREFIX%%/include
|
|
|
|
Name: NSS
|
|
Description: Mozilla Network Security Services
|
|
Version: %%PORTVERSION%%
|
|
Requires: nspr
|
|
Libs: -L${libdir} -lnss3 -lsmime3 -lssl3 -lnssutil3
|
|
Cflags: -I${includedir}/nss -I${includedir}/nss/nss
|