Skip to content

Instantly share code, notes, and snippets.

@wkl
Created December 4, 2014 07:51
Show Gist options
  • Save wkl/e8c8157cb5da10bcc061 to your computer and use it in GitHub Desktop.
Save wkl/e8c8157cb5da10bcc061 to your computer and use it in GitHub Desktop.
jsoncpp pkg-config file for FreeBSD
prefix=/usr/local
libdir=${prefix}/lib
includedir=${prefix}/include/jsoncpp
version = 0.6.0-rc2
name = jsoncpp
pkgname = libjsoncpp0
Name: ${name}
Version: ${version}
Description: Jsoncpp library version 0.6.0-rc2
Cflags: -I${includedir}
Libs: -L${libdir} -ljsoncpp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment