]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - lib/libusb/libusb-1.0.pc
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / lib / libusb / libusb-1.0.pc
1 # $FreeBSD$
2 prefix=/usr
3 exec_prefix=${prefix}
4 libdir=${exec_prefix}/lib
5 includedir=${prefix}/include
6
7 Name: libusb-1.0
8 Description: Library that abstracts ways to access USB devices (v1.0)
9 Version: 1.0.9
10 Libs: -L${libdir} -lusb
11 Cflags: -I${includedir}