diff options
author | Hans Petter Selasky <hselasky@FreeBSD.org> | 2018-05-28 08:12:18 +0000 |
---|---|---|
committer | Hans Petter Selasky <hselasky@FreeBSD.org> | 2018-05-28 08:12:18 +0000 |
commit | b00ab7548b418624b6719ab8a2e8aaeade767a70 (patch) | |
tree | a300b8fb3f3e9cbbd48c47fde148dcb40453e7de /contrib/libpcap/libpcap.pc.in | |
parent | 7e3d9013f2ff9291970339df66a18ad9343ed433 (diff) | |
parent | d109bf9e4b609b5a0626b433e56db4a47dc530bb (diff) | |
download | src-b00ab7548b418624b6719ab8a2e8aaeade767a70.tar.gz src-b00ab7548b418624b6719ab8a2e8aaeade767a70.zip |
MFV r333789: libpcap 1.9.0 (pre-release)
MFC after: 1 month
Sponsored by: Mellanox Technologies
Notes
Notes:
svn path=/head/; revision=334277
Diffstat (limited to 'contrib/libpcap/libpcap.pc.in')
-rw-r--r-- | contrib/libpcap/libpcap.pc.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/contrib/libpcap/libpcap.pc.in b/contrib/libpcap/libpcap.pc.in new file mode 100644 index 000000000000..d74cbc55dddd --- /dev/null +++ b/contrib/libpcap/libpcap.pc.in @@ -0,0 +1,18 @@ +# +# pkg-config file for libpcap. +# +# These variables come from the configure script, so includedir and +# libdir may be defined in terms of prefix and exec_prefix, so the +# latter must be defined as well. +# +prefix="@prefix@" +exec_prefix="@exec_prefix@" +includedir="@includedir@" +libdir="@libdir@" + +Name: libpcap +Description: Platform-independent network traffic capture library +Version: @PACKAGE_VERSION@ +Libs: -L${libdir} -l@PACKAGE_NAME@ +Libs.private: @LIBS@ +Cflags: -I${includedir} |