1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/net/rtpproxy/Makefile
Maxim Sobolev 02cff2632a Add rtpproxy - a high-performance RTP proxy server for the SIP
Express Router (SER) or OpenSER.
2008-06-17 05:52:53 +00:00

32 lines
800 B
Makefile

# New ports collection makefile for: rtpproxy
# Date created: 20 April 2005
# Whom: sobomax@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= rtpproxy
PORTVERSION= 1.1
CATEGORIES= net
MASTER_SITES= http://www.rtpproxy.org/chrome/site/
MAINTAINER= sobomax@FreeBSD.org
COMMENT= A high-performance RTP proxy server for the SIP Express Router (SER)
LIB_DEPENDS= gsm.1:${PORTSDIR}/audio/gsm
GNU_CONFIGURE= yes
CONFIGURE_ENV+= CPPFLAGS=-I${LOCALBASE}/include \
LIBS=-L${LOCALBASE}/lib
#CONFIGURE_ARGS= --mandir=${LOCALBASE}/man
MAN8= rtpproxy.8
post-build:
${SED} 's|%%PREFIX%%|${PREFIX}|g ; s|%%RC_SUBR%%|/etc/rc.subr|g' \
${WRKSRC}/freebsd/rtpproxy.in > ${WRKDIR}/rtpproxy
post-install:
${INSTALL_SCRIPT} ${WRKDIR}/rtpproxy ${PREFIX}/etc/rc.d/rtpproxy
.include <bsd.port.mk>