Changeset View
Changeset View
Standalone View
Standalone View
net-p2p/libutp/Makefile
| PORTNAME= libutp | PORTNAME= libutp | ||||
| DISTVERSION= g20180515 | DISTVERSION= g20230213 | ||||
| CATEGORIES= net-p2p | CATEGORIES= net-p2p | ||||
| MAINTAINER= rigoletto@FreeBSD.org | MAINTAINER= mondo.debater_0q@icloud.com | ||||
| COMMENT= uTorrent Transport Protocol library and sample utilities | COMMENT= uTorrent Transport Protocol library and sample utilities. | ||||
| WWW= https://github.com/bittorrent/libutp | WWW= https://github.com/transmission/libutp | ||||
| LICENSE= MIT | LICENSE= MIT | ||||
| USES= cmake uidfix | USES= cmake uidfix | ||||
| USE_GITHUB= yes | USE_GITHUB= yes | ||||
| GH_ACCOUNT= transmission | GH_ACCOUNT= transmission | ||||
| GH_TAGNAME= fda9f4b3db97ccb243fcbed2ce280eb4135d705b | GH_TAGNAME= c95738b1a6644b919e5b64d3ea9736cfc5894e0b | ||||
| USE_LDCONFIG= yes | USE_LDCONFIG= yes | ||||
| CMAKE_ON= LIBUTP_SHARED | |||||
| PLIST_FILES= include/libutp/utp.h \ | CMAKE_OFF= LIBUTP_ENABLE_WERROR | ||||
| include/libutp/utypes.h \ | CMAKE_BUILD_TYPE= Release | ||||
| lib/libutp.so | |||||
| .include <bsd.port.mk> | .include <bsd.port.mk> | ||||