xref: /freebsd/contrib/pkgconf/libpkgconf.pc.in (revision 592efe252472a3385acf36b1f49ecf710a7f3d9c)
1prefix=@prefix@
2exec_prefix=${prefix}
3includedir=@includedir@
4libdir=@libdir@
5datarootdir=@datarootdir@
6datadir=@datadir@
7
8Name: libpkgconf
9Description: a library for accessing and manipulating development framework configuration
10URL: https://github.com/pkgconf/pkgconf
11License: ISC
12License.file: ${datadir}/doc/pkgconf/COPYING
13Source: https://github.com/pkgconf/pkgconf
14Version: @PACKAGE_VERSION@
15CFlags: -I${includedir}/pkgconf
16Libs: -L${libdir} -lpkgconf
17