6c648dd642
This is actually a fully functional build except: * All internal shared libraries are static linked to make sure there is no interference with ports (and to reduce build time). * It does not have the python/perl/etc plugin or API support. * By default, it installs as "svnlite" rather than "svn". * If WITH_SVN added in make.conf, you get "svn". * If WITHOUT_SVNLITE is in make.conf, this is completely disabled. To be absolutely clear, this is not intended for any use other than checking out freebsd source and committing, like we once did with cvs. It should be usable for small scale local repositories that don't need the python/perl plugin architecture.
14 lines
347 B
PkgConfig
14 lines
347 B
PkgConfig
SERF_MAJOR_VERSION=@SERF_MAJOR_VERSION@
|
|
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: serf
|
|
Description: HTTP client library
|
|
Version: @SERF_DOTTED_VERSION@
|
|
Requires.private: libssl libcrypto
|
|
Libs: -L${libdir} -lserf-${SERF_MAJOR_VERSION}
|
|
Libs.private: @EXTRA_LIBS@ @SERF_LIBS@ -lz
|
|
Cflags: -I${includedir}
|