summaryrefslogtreecommitdiff
path: root/net/rtptools/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2010-03-11 09:42:07 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2010-03-11 09:42:07 +0000
commit08acf5c407242344b0047b8040900f52df620dde (patch)
tree49936ec28d8b2a4256959f13245d757df97e04bd /net/rtptools/Makefile
parentUpgrade to version 2.4.0. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_3_0'.release/7.3.0
Notes
Notes: svn path=/head/; revision=250901 svn path=/tags/RELEASE_7_3_0/; revision=250902; tag=release/7.3.0
Diffstat (limited to 'net/rtptools/Makefile')
-rw-r--r--net/rtptools/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/net/rtptools/Makefile b/net/rtptools/Makefile
deleted file mode 100644
index 31151d8492f6..000000000000
--- a/net/rtptools/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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= ports@FreeBSD.org
-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>