]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - lib/libz/zlib.pc
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / lib / libz / zlib.pc
1 # $FreeBSD$
2 prefix=/usr
3 exec_prefix=${prefix}
4 libdir=${exec_prefix}/lib
5 sharedlibdir=${libdir}
6 includedir=${prefix}/include
7
8 Name: zlib
9 Description: zlib compression library
10 Version: 1.2.8
11
12 Requires:
13 Libs: -L${libdir} -L${sharedlibdir} -lz
14 Cflags: -I${includedir}