Ticket #20363 (closed submission: fixed)
Portfile for libenet
| Reported by: | olsner@… | Owned by: | ryandesign@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 1.7.1 |
| Keywords: | Cc: | ||
| Port: | libenet |
Description
Enet is a library for reliable packet-based communication over UDP. (See http://enet.bespin.org/)
Quite simple copy-paste and modification of the example portfile form the docs. I also mimicked the pkgconfig code from nspr to provide an enet.pc file.
Attachments
Change History
comment:1 Changed 4 years ago by ryandesign@…
- Owner changed from macports-tickets@… to ryandesign@…
- Status changed from new to assigned
Thanks for the port! I committed it in r54392 with the minor change that I removed the following line, because the port doesn't install any manpages.
configure.args --mandir=${prefix}/share/man
I see this port only installs the static library libenet.a. Is there a way to have it build a dynamic library libenet.dylib?
Note: See
TracTickets for help on using
tickets.


Portfile