git: 305f1da49478 - main - net/usockets: add forgotten pc file

From: Baptiste Daroussin <bapt_at_FreeBSD.org>
Date: Tue, 17 Dec 2024 08:07:02 UTC
The branch main has been updated by bapt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=305f1da49478a4a74201248e466ee6815b9a301f

commit 305f1da49478a4a74201248e466ee6815b9a301f
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2024-12-17 08:06:21 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2024-12-17 08:06:53 +0000

    net/usockets: add forgotten pc file
    
    Reported by:    yuri
---
 net/usockets/files/libusockets.pc.in | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/net/usockets/files/libusockets.pc.in b/net/usockets/files/libusockets.pc.in
new file mode 100644
index 000000000000..95c0bd24560a
--- /dev/null
+++ b/net/usockets/files/libusockets.pc.in
@@ -0,0 +1,12 @@
+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
+