]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - contrib/ldns/packaging/libldns.pc.in
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.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}