freebsd-ports/net/gamenetworkingsockets/Makefile
Po-Chuan Hsieh 69e2e87fa5
devel/protobuf: Update to 24.4
- Use USES=pathfix to fix .pc installation
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/protocolbuffers/protobuf/releases
2023-12-15 01:03:10 +08:00

25 lines
600 B
Makefile

PORTNAME= gamenetworkingsockets
PORTVERSION= 1.3.0
DISTVERSIONPREFIX= v
PORTREVISION= 5
CATEGORIES= net
MAINTAINER= kpedersen@disroot.org
COMMENT= GameNetworkingSockets is a basic transport layer for games
WWW= https://github.com/ValveSoftware/GameNetworkingSockets
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
LIB_DEPENDS= libprotobuf.so:devel/protobuf
USES= cmake compiler:c++17-lang
USE_GITHUB= yes
GH_ACCOUNT= ValveSoftware
GH_PROJECT= GameNetworkingSockets
CMAKE_ARGS= -DGAMENETWORKINGSOCKETS_BUILD_EXAMPLES=OFF \
-DGAMENETWORKINGSOCKETS_BUILD_TESTS=OFF
.include <bsd.port.mk>