25 lines
631 B
Makefile
25 lines
631 B
Makefile
# 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
|
|
PORTREVISION= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://docs.real.com/docs/proxykit/
|
|
DISTNAME= ${PORTNAME}_2_0
|
|
|
|
MAINTAINER= stolz@i2.informatik.rwth-aachen.de
|
|
COMMENT= The RTSP Proxy Kit is a reference implementation of an RTSP proxy
|
|
|
|
HAS_CONFIGURE= YES
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/rtspproxy/rtspproxy ${PREFIX}/sbin
|
|
${INSTALL_SCRIPT} ${FILESDIR}/rtspproxy.sh ${PREFIX}/etc/rc.d/rtspproxy.sh.sample
|
|
|
|
.include <bsd.port.mk>
|