xref: /freebsd/contrib/ntp/sntp/libevent/libevent.pc.in (revision fd5e3f3ec6c6248e892c9e7b2f17da3bfe7b6837)
1#libevent pkg-config source file
2
3prefix=@prefix@
4exec_prefix=@exec_prefix@
5libdir=@libdir@
6includedir=@includedir@
7
8Name: libevent
9Description: libevent is an asynchronous notification event loop library
10Version: @VERSION@
11Requires:
12Conflicts:
13Libs: -L${libdir} -levent
14Libs.private: @LIBS@
15Cflags: -I${includedir}
16
17