mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
5af230892f
PR: ports/155803 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
25 lines
619 B
Makefile
25 lines
619 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= SF/rtsp/RTSP%20Proxy%20Kit/${PORTVERSION}
|
|
DISTNAME= ${PORTNAME}_2_0
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= The RTSP Proxy Kit - 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>
|