mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 12:56:28 -04:00
12 lines
274 B
PkgConfig
12 lines
274 B
PkgConfig
prefix=%%PREFIX%%
|
|
libdir=${prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: uSockets
|
|
Version: %%VERSION%%
|
|
Description: eventing, networking and crypto for async applications.
|
|
URL: https://github.com/uNetworking/uSockets
|
|
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -lusockets
|
|
|