]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - contrib/serf/build/serf.pc.in
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / contrib / serf / build / serf.pc.in
1 SERF_MAJOR_VERSION=@MAJOR@
2 prefix=@PREFIX@
3 exec_prefix=${prefix}
4 libdir=@LIBDIR@
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}