]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - contrib/ldns/packaging/libldns.pc.in
MFH (r276605, r282089): upgrade to latest Unbound
[FreeBSD/stable/10.git] / contrib / ldns / packaging / libldns.pc.in
1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
5
6 Name: ldns
7 Description: Library for DNS programming
8 URL: http://www.nlnetlabs.nl/projects/ldns
9 Version: @PACKAGE_VERSION@
10 Requires: 
11 Libs: -L${libdir} -lldns
12 Libs.private: @LDFLAGS@
13 Cflags: -I${includedir}