mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-12 11:31:18 +02:00
12 lines
325 B
PkgConfig
12 lines
325 B
PkgConfig
# $FreeBSD: stable/11/lib/libusb/libusb-1.0.pc 267110 2014-06-05 14:19:32Z emaste $
|
|
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.13
|
|
Libs: -L${libdir} -lusb
|
|
Cflags: -I${includedir}
|