xref: /freebsd/contrib/bc/bcl.pc.in (revision 9e6bbe47a503137f1698232070cb4c1a4f14be10)
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