mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 03:04:34 +01:00
d0b2dbfa0e
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
12 lines
253 B
PkgConfig
12 lines
253 B
PkgConfig
prefix=/usr
|
|
exec_prefix=${prefix}
|
|
libdir=@libdir@
|
|
sharedlibdir=@sharedlibdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libusb-0.1
|
|
Description: Library that abstracts ways to access USB devices (v0.1)
|
|
Version: 0.1.0
|
|
Libs: -L${libdir} -lusb
|
|
Cflags: -I${includedir}
|