freebsd-ports/net/rtptools/Makefile
Antoine Brodin 75d509b91a Reset maintainer, email bounces
With hat:	portmgr
2014-06-26 16:06:17 +00:00

27 lines
603 B
Makefile

# Created by: fenner
# $FreeBSD$
PORTNAME= rtptools
PORTVERSION= 1.18
CATEGORIES= net mbone
MASTER_SITES= http://www.cs.columbia.edu/IRT/software/rtptools/download/
MAINTAINER= ports@FreeBSD.org
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
DOCFILES= README ChangeLog.html rtptools.html
PORTDOCS= ${DOCSFILES}
NO_STAGE= yes
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for i in ${DOCFILES}
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}/
.endfor
.endif
.include <bsd.port.mk>