mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-11 19:11:18 +02:00
11 lines
199 B
PkgConfig
11 lines
199 B
PkgConfig
prefix=%PREFIX%
|
|
libdir=${prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: libev
|
|
Description: High-performance event loop/event model
|
|
Version: %VERSION%
|
|
Libs: -L${libdir} -lev
|
|
Cflags: -I${includedir}
|
|
|