1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/net/rtptools/Makefile
Carlo Strub a9f85911cd Fix typos and make small modifications in COMMENT (according to Porter's
Handbook)

Approved by:	portmgr@ (implicit)
2012-08-03 15:54:35 +00:00

31 lines
667 B
Makefile

# New ports collection makefile for: rtptools
# Date created: 5 January 1998
# Whom: fenner
#
# $FreeBSD$
#
PORTNAME= rtptools
PORTVERSION= 1.18
CATEGORIES= net mbone
MASTER_SITES= http://www.cs.columbia.edu/IRT/software/rtptools/download/
MAINTAINER= tut@nhamon.com.ua
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}
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for i in ${DOCFILES}
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}/
.endfor
.endif
.include <bsd.port.mk>