xref: /freebsd/contrib/bc/bcl.pc.in (revision 10041e99a0c29c9f99c4148fc173bb12dd26aa8d)
1*10041e99SStefan Eßerincludedir=%%INCLUDEDIR%%
2*10041e99SStefan Eßerlibdir=%%LIBDIR%%
3*10041e99SStefan Eßer
4*10041e99SStefan EßerName: bcl
5*10041e99SStefan EßerDescription: Implemention of arbitrary-precision math from the bc calculator.
6*10041e99SStefan EßerVersion: %%VERSION%%
7*10041e99SStefan EßerCflags: -I${includedir}
8*10041e99SStefan EßerLibs: -L${libdir} -lbcl
9