mirror of
https://git.freebsd.org/ports.git
synced 2025-07-06 03:49:14 -04:00
In preparation of the following net-p2p/transmission update. The library must be updated in lockstep. PR: 269504 Reported by: dutchman01@quicknet.nl Approved by: rigoletto, tcberner (maintainer timeout) Reviewed By: fcharlier_ploup.net Differential Revision: https://reviews.freebsd.org/D40910
22 lines
468 B
Makefile
22 lines
468 B
Makefile
PORTNAME= libutp
|
|
DISTVERSION= g20230213
|
|
CATEGORIES= net-p2p
|
|
|
|
MAINTAINER= mondo.debater_0q@icloud.com
|
|
COMMENT= uTorrent Transport Protocol library and sample utilities.
|
|
WWW= https://github.com/transmission/libutp
|
|
|
|
LICENSE= MIT
|
|
|
|
USES= cmake uidfix
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= transmission
|
|
GH_TAGNAME= c95738b1a6644b919e5b64d3ea9736cfc5894e0b
|
|
|
|
USE_LDCONFIG= yes
|
|
CMAKE_ON= LIBUTP_SHARED
|
|
CMAKE_OFF= LIBUTP_ENABLE_WERROR
|
|
CMAKE_BUILD_TYPE= Release
|
|
|
|
.include <bsd.port.mk>
|