1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/audio/re/Makefile
Fernando Apesteguía f18376d5cb audio/re: update to 3.6.2
ChangeLog: https://github.com/baresip/re/releases/tag/v3.6.2

sip/transp: add win32 local transport addr fallback (fixes TCP/TLS register)

Reported by:	portscout
2023-11-08 09:00:21 +01:00

19 lines
349 B
Makefile

PORTNAME= re
DISTVERSIONPREFIX= v
DISTVERSION= 3.6.2
CATEGORIES= audio devel
MAINTAINER= ports@FreeBSD.org
COMMENT= Library for real-time comms with async IO support
WWW= https://github.com/baresip
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake ssl
USE_GITHUB= yes
GH_ACCOUNT= baresip
USE_LDCONFIG= yes
.include <bsd.port.mk>