freebsd-dev/contrib/serf/build/serf.pc.in

14 lines
318 B
PkgConfig
Raw Normal View History

2013-08-02 19:12:12 +00:00
SERF_MAJOR_VERSION=@MAJOR@
prefix=@PREFIX@
exec_prefix=${prefix}
2014-02-22 01:09:12 +00:00
libdir=@LIBDIR@
2013-08-02 19:12:12 +00:00
includedir=${prefix}/include/@INCLUDE_SUBDIR@
Name: serf
Description: HTTP client library
Version: @VERSION@
Requires.private: libssl libcrypto
Libs: -L${libdir} -lserf-${SERF_MAJOR_VERSION}
Libs.private: @LIBS@
Cflags: -I${includedir}