1998-01-05 20:00:31 +01:00
|
|
|
# New ports collection makefile for: rtptools
|
|
|
|
# Date created: 5 January 1998
|
|
|
|
# Whom: fenner
|
|
|
|
#
|
1999-08-25 09:23:21 +02:00
|
|
|
# $FreeBSD$
|
1998-01-05 20:00:31 +01:00
|
|
|
#
|
|
|
|
|
2000-04-14 10:49:30 +02:00
|
|
|
PORTNAME= rtptools
|
2006-03-16 03:54:18 +01:00
|
|
|
PORTVERSION= 1.18
|
1998-01-05 20:00:31 +01:00
|
|
|
CATEGORIES= mbone
|
2002-10-07 23:23:22 +02:00
|
|
|
MASTER_SITES= http://www.cs.columbia.edu/IRT/software/rtptools/download/
|
1998-01-05 20:00:31 +01:00
|
|
|
|
2010-04-07 14:07:56 +02:00
|
|
|
MAINTAINER= tut@nhamon.com.ua
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A set of tools to record, playback and monitor RTPv2 data streams
|
1998-01-05 20:00:31 +01:00
|
|
|
|
2000-01-19 03:53:45 +01:00
|
|
|
GNU_CONFIGURE= yes
|
1998-01-05 20:00:31 +01:00
|
|
|
|
2008-08-31 18:17:22 +02:00
|
|
|
PLIST_FILES= bin/rtpdump bin/rtpplay bin/rtpsend bin/rtptrans
|
2000-01-21 18:48:15 +01:00
|
|
|
DOCFILES= README ChangeLog.html rtptools.html
|
2008-08-31 18:17:22 +02:00
|
|
|
PORTDOCS= ${DOCSFILES}
|
1998-01-05 20:00:31 +01:00
|
|
|
|
2000-01-19 03:53:45 +01:00
|
|
|
post-install:
|
1998-01-05 20:00:31 +01:00
|
|
|
.if !defined(NOPORTDOCS)
|
2008-08-31 18:17:22 +02:00
|
|
|
${MKDIR} ${DOCSDIR}
|
1998-01-05 20:00:31 +01:00
|
|
|
.for i in ${DOCFILES}
|
2008-08-31 18:17:22 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}/
|
1998-01-05 20:00:31 +01:00
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|