mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
24 lines
613 B
Makefile
24 lines
613 B
Makefile
# Created by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
|
|
|
|
PORTNAME= osrtspproxy
|
|
PORTVERSION= 2.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= SF/rtsp/RTSP%20Proxy%20Kit/${PORTVERSION}
|
|
DISTNAME= ${PORTNAME}_2_0
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Reference implementation kit of an RTSP proxy
|
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
PLIST_FILES= sbin/rtspproxy etc/rc.d/rtspproxy.sh.sample
|
|
|
|
do-install:
|
|
(cd ${WRKSRC}/rtspproxy && ${INSTALL_PROGRAM} rtspproxy \
|
|
${STAGEDIR}${PREFIX}/sbin)
|
|
(cd ${FILESDIR} && ${INSTALL_SCRIPT} rtspproxy.sh \
|
|
${STAGEDIR}${PREFIX}/etc/rc.d/rtspproxy.sh.sample)
|
|
|
|
.include <bsd.port.mk>
|