freebsd-ports/net/rtptools/Makefile
Sunpoet Po-Chuan Hsieh 98b90543fa - Update MAINTAINER
PR:		ports/192902
Submitted by:	Carlos Jacobo Puga Medina <cpm@fbsd.es> (maintainer)
2014-08-23 15:58:12 +00:00

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>