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