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