98b90543fa
PR: ports/192902 Submitted by: Carlos Jacobo Puga Medina <cpm@fbsd.es> (maintainer)
23 lines
555 B
Makefile
23 lines
555 B
Makefile
# Created by: fenner
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rtptools
|
|
PORTVERSION= 1.20
|
|
CATEGORIES= net mbone
|
|
MASTER_SITES= http://www.cs.columbia.edu/IRT/software/rtptools/download/
|
|
|
|
MAINTAINER= cpm@fbsd.es
|
|
COMMENT= Set of tools to record, playback, and monitor RTPv2 data streams
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/rtpdump bin/rtpplay bin/rtpsend bin/rtptrans
|
|
PORTDOCS= README ChangeLog.html rtptools.html
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-install:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|