mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
34 lines
698 B
Makefile
34 lines
698 B
Makefile
# Created by: sobomax
|
|
|
|
PORTNAME= rtpproxy
|
|
PORTVERSION= 2.1.1
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= farrokhi@FreeBSD.org
|
|
COMMENT= High-performance RTP proxy server for the SIP Express Router (SER)
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
LIB_DEPENDS= libgsm.so:audio/gsm
|
|
|
|
USES+= libtool
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= sippy
|
|
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LIBS+= -L${LOCALBASE}/lib
|
|
|
|
USERS= ${PORTNAME}
|
|
GROUPS= ${PORTNAME}
|
|
|
|
post-build:
|
|
${SED} 's|%%PREFIX%%|${PREFIX}|g ; s|%%RC_SUBR%%|/etc/rc.subr|g' \
|
|
${WRKSRC}/scripts/rtpproxy.in.freebsd > ${WRKDIR}/rtpproxy
|
|
|
|
post-install:
|
|
${INSTALL_SCRIPT} ${WRKDIR}/rtpproxy ${STAGEDIR}${PREFIX}/etc/rc.d/rtpproxy
|
|
|
|
.include <bsd.port.mk>
|