aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorwg <wg@FreeBSD.org>2014-08-18 19:52:27 +0800
committerwg <wg@FreeBSD.org>2014-08-18 19:52:27 +0800
commite25f69a914ce02eb2821dc935112d7b9cf336e45 (patch)
tree2a368cc7488a8b6612faf44678380fb98b3f6125 /net
parent64b455efcfab1d62714b0311b7e06e0b4fb962f8 (diff)
downloadfreebsd-ports-gnome-e25f69a914ce02eb2821dc935112d7b9cf336e45.tar.gz
freebsd-ports-gnome-e25f69a914ce02eb2821dc935112d7b9cf336e45.tar.zst
freebsd-ports-gnome-e25f69a914ce02eb2821dc935112d7b9cf336e45.zip
net/rtpproxy: support stage
PR: 192612 Submitted by: Nikola Kolev
Diffstat (limited to 'net')
-rw-r--r--net/rtpproxy/Makefile6
-rw-r--r--net/rtpproxy/pkg-plist1
2 files changed, 4 insertions, 3 deletions
diff --git a/net/rtpproxy/Makefile b/net/rtpproxy/Makefile
index 8d68fd5af8d3..7830273bef60 100644
--- a/net/rtpproxy/Makefile
+++ b/net/rtpproxy/Makefile
@@ -10,22 +10,22 @@ MASTER_SITES= http://www.rtpproxy.org/chrome/site/
MAINTAINER= ports@FreeBSD.org
COMMENT= High-performance RTP proxy server for the SIP Express Router (SER)
+LICENSE= BSD2CLAUSE
+
LIB_DEPENDS= libgsm.so:${PORTSDIR}/audio/gsm
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
-MAN8= rtpproxy.8
USERS= ${PORTNAME}
GROUPS= ${PORTNAME}
-NO_STAGE= yes
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
+ ${INSTALL_SCRIPT} ${WRKDIR}/rtpproxy ${STAGEDIR}${PREFIX}/etc/rc.d/rtpproxy
.include <bsd.port.mk>
diff --git a/net/rtpproxy/pkg-plist b/net/rtpproxy/pkg-plist
index 032252109143..996a6166fb80 100644
--- a/net/rtpproxy/pkg-plist
+++ b/net/rtpproxy/pkg-plist
@@ -1,3 +1,4 @@
etc/rc.d/rtpproxy
bin/makeann
bin/rtpproxy
+man/man8/rtpproxy.8.gz