mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 04:46:28 -04:00
11 lines
277 B
PkgConfig
11 lines
277 B
PkgConfig
prefix=%%PREFIX%%
|
|
libdir=${prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: Sequoia-OpenPGP
|
|
Description: A modern OpenPGP implementation.
|
|
URL: https://sequoia-pgp.org/
|
|
Version: %%VERSION%%
|
|
Requires.private: nettle
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -lsequoia_openpgp_ffi
|