mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-15 21:11:17 +02:00
12 lines
295 B
PkgConfig
12 lines
295 B
PkgConfig
prefix=%%PREFIX%%
|
|
exec_prefix=%%PREFIX%%
|
|
libdir=%%PREFIX%%/lib
|
|
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
|