xref: /freebsd/contrib/pkgconf/tests/lib1/omg-sysroot-uninstalled.pc (revision a3cefe7f2b4df0f70ff92d4570ce18e517af43ec)
1prefix=${pc_sysrootdir}/test
2exec_prefix=${prefix}
3libdir=${prefix}/lib
4includedir=${prefix}/include
5
6Name: omg-sysroot
7Description: A testing pkg-config file
8Version: 1.2.3
9Libs: -L${libdir} -lomg
10Cflags: -fPIC -I${includedir}/omg
11