ports/net-p2p/libutp/Makefile
Rafe e5731e2bf4 net-p2p/libutp: update to g20230213
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
2023-09-10 12:12:57 -04:00

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>