]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - contrib/serf/build/serf.pc.in
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / contrib / serf / build / serf.pc.in
1 SERF_MAJOR_VERSION=@MAJOR@
2 prefix=@PREFIX@
3 exec_prefix=${prefix}
4 libdir=${exec_prefix}/lib
5 includedir=${prefix}/include/@INCLUDE_SUBDIR@
6
7 Name: serf
8 Description: HTTP client library
9 Version: @VERSION@
10 Requires.private: libssl libcrypto
11 Libs: -L${libdir} -lserf-${SERF_MAJOR_VERSION}
12 Libs.private: @LIBS@
13 Cflags: -I${includedir}