]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - lib/libusb/libusb-0.1.pc
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / lib / libusb / libusb-0.1.pc
1 # $FreeBSD$
2 prefix=/usr
3 exec_prefix=${prefix}
4 libdir=${exec_prefix}/lib
5 includedir=${prefix}/include
6
7 Name: libusb-0.1
8 Description: Library that abstracts ways to access USB devices (v0.1)
9 Version: 0.1.0
10 Libs: -L${libdir} -lusb
11 Cflags: -I${includedir}