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