mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 13:32:45 +00:00
041d3f3f09
Reviewed by: hselasky
12 lines
252 B
PkgConfig
12 lines
252 B
PkgConfig
# $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)
|
|
Version: 1.0.9
|
|
Libs: -L${libdir} -lusb
|
|
Cflags: -I${includedir}
|