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
|
2001-04-22 06:59:46 +02:00
|
|
|
PORTVERSION= 1.17
|
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
|
|
|
|
1999-08-31 08:53:31 +02:00
|
|
|
MAINTAINER= fenner@FreeBSD.org
|
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
|
|
|
|
2000-01-21 18:48:15 +01:00
|
|
|
DOCFILES= README ChangeLog.html rtptools.html
|
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)
|
|
|
|
${MKDIR} ${PREFIX}/share/doc/rtptools
|
|
|
|
.for i in ${DOCFILES}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/rtptools
|
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|