ports/databases/lmdb/files/lmdb.pc.in
Xin LI 51d887b2f7 databases/lmdb: Add a pkg-config file for use by other software that
expects them.

Submitted by:	Daniel O'Connor <darius dons net au>
2020-09-23 00:32:42 +00:00

11 lines
251 B
PkgConfig

prefix=%%PREFIX%%
exec_prefix=${prefix}
libdir=${prefix}/lib
includedir=${prefix}/include
Name: lmdb
Description: Lightning Memory-Mapped Database
URL: https://symas.com/lmdb/
Version: %%PORTVERSION%%
Libs: -L${libdir} -llmdb
Cflags: -I${includedir}