]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/serf/build/serf.pc.in
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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}