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