freebsd-ports/mbone/rtptools/Makefile

31 lines
664 B
Makefile
Raw Normal View History

# New ports collection makefile for: rtptools
# Date created: 5 January 1998
# Whom: fenner
#
1999-08-25 09:23:21 +02:00
# $FreeBSD$
#
2000-04-14 10:49:30 +02:00
PORTNAME= rtptools
2006-03-16 03:54:18 +01:00
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
2000-01-19 03:53:45 +01:00
GNU_CONFIGURE= yes
PLIST_FILES= bin/rtpdump bin/rtpplay bin/rtpsend bin/rtptrans
DOCFILES= README ChangeLog.html rtptools.html
PORTDOCS= ${DOCSFILES}
2000-01-19 03:53:45 +01:00
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for i in ${DOCFILES}
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}/
.endfor
.endif
.include <bsd.port.mk>