forked from Lainports/freebsd-ports
Changes: https://github.com/libevent/libevent/releases/tag/release-2.1.11-stable ABI: https://abi-laboratory.pro/tracker/timeline/libevent/ PR: 239599 Reported by: GitHub (watch releases) Approved by: zeising (maintainer) MFH: 2019Q3 (maybe security, partially restores 2.1.8 ABI) Differential Revision: https://reviews.freebsd.org/D21133
32 lines
677 B
Makefile
32 lines
677 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= coturn
|
|
DISTVERSION= 4.5.1.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= TURN server
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libevent_core.so:devel/libevent
|
|
|
|
USES= gettext-runtime gmake mysql shebangfix sqlite ssl
|
|
USE_GITHUB= yes
|
|
|
|
SHEBANG_FILES= examples/scripts/oauth.sh examples/scripts/restapi/shared_secret_maintainer.pl
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --disable-static --enable-shared --turndbdir=/var/db/${PORTNAME}
|
|
|
|
DOCSDIR= ${PREFIX}/share/doc/turnserver
|
|
EXAMPLESDIR= ${PREFIX}/share/examples/turnserver
|
|
|
|
OPTIONS_DEFINE= DOCS EXAMPLES
|
|
|
|
PORTDOCS= *
|
|
PORTEXAMPLES= *
|
|
|
|
.include <bsd.port.mk>
|