mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 20:36:30 -04:00
18 lines
350 B
Makefile
18 lines
350 B
Makefile
PORTNAME= re
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 3.18.0
|
|
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>
|