Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Dec 2024 08:07:02 GMT
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 305f1da49478 - main - net/usockets: add forgotten pc file
Message-ID:  <202412170807.4BH872oq097790@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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
+


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412170807.4BH872oq097790>