freebsd-src/contrib/file/libmagic.pc.in

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
234 B
PkgConfig
Raw Normal View History

2020-06-17 01:11:26 +00:00
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: libmagic
Description: Magic number recognition library
Version: @VERSION@
Libs: -L${libdir} -lmagic
Libs.private: @LIBS@
2023-09-10 04:50:07 +00:00
Cflags: -I${includedir}