2002-10-17 08:04:42 +00:00
|
|
|
# New ports collection makefile for: osrtspproxy
|
|
|
|
# Date created: 2002-10-13
|
|
|
|
# Whom: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= osrtspproxy
|
|
|
|
PORTVERSION= 2.0
|
2002-10-21 08:33:19 +00:00
|
|
|
PORTREVISION= 1
|
2002-10-17 08:04:42 +00:00
|
|
|
CATEGORIES= net
|
2011-03-23 16:43:59 +00:00
|
|
|
MASTER_SITES= SF/rtsp/RTSP%20Proxy%20Kit/${PORTVERSION}
|
2002-10-17 08:04:42 +00:00
|
|
|
DISTNAME= ${PORTNAME}_2_0
|
|
|
|
|
2010-01-02 17:31:41 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2011-03-23 16:43:59 +00:00
|
|
|
COMMENT= The RTSP Proxy Kit - A reference implementation of an RTSP proxy
|
2011-03-14 17:10:51 +00:00
|
|
|
|
2002-10-17 08:04:42 +00:00
|
|
|
HAS_CONFIGURE= YES
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/rtspproxy/rtspproxy ${PREFIX}/sbin
|
|
|
|
${INSTALL_SCRIPT} ${FILESDIR}/rtspproxy.sh ${PREFIX}/etc/rc.d/rtspproxy.sh.sample
|
|
|
|
|
2004-09-20 19:30:58 +00:00
|
|
|
.include <bsd.port.mk>
|