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