mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
5de4af0d89
- Pass maintainership to submitter PR: ports/145454 Submitted by: Artem Naluzhnyy <tut@nhamon.com.ua>
31 lines
664 B
Makefile
31 lines
664 B
Makefile
# New ports collection makefile for: rtptools
|
|
# Date created: 5 January 1998
|
|
# Whom: fenner
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rtptools
|
|
PORTVERSION= 1.18
|
|
CATEGORIES= mbone
|
|
MASTER_SITES= http://www.cs.columbia.edu/IRT/software/rtptools/download/
|
|
|
|
MAINTAINER= tut@nhamon.com.ua
|
|
COMMENT= A 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>
|