2013-07-25 03:54:08 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
prefix=/usr
|
|
|
|
exec_prefix=${prefix}
|
|
|
|
libdir=${exec_prefix}/lib
|
|
|
|
includedir=${prefix}/include
|
|
|
|
|
|
|
|
Name: libusb-1.0
|
|
|
|
Description: Library that abstracts ways to access USB devices (v1.0)
|
2014-06-05 14:19:32 +00:00
|
|
|
Version: 1.0.13
|
2013-07-25 03:54:08 +00:00
|
|
|
Libs: -L${libdir} -lusb
|
|
|
|
Cflags: -I${includedir}
|