xref: /freebsd/contrib/pkgconf/libpkgconf.pc.in (revision 64038db825d64fb4827fc8ee264ea0fa1a046d82)
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