xref: /freebsd/contrib/bc/bcl.pc.in (revision fb3ef04d2028110f06d68b09009f1f2ca0f4128e)
1includedir=%%INCLUDEDIR%%
2libdir=%%LIBDIR%%
3
4Name: bcl
5Description: Implemention of arbitrary-precision math from the bc calculator.
6Version: %%VERSION%%
7Cflags: -I${includedir}
8Libs: -L${libdir} -lbcl
9