summaryrefslogtreecommitdiff
path: root/net/rtptools/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/rtptools/Makefile')
-rw-r--r--net/rtptools/Makefile37
1 files changed, 0 insertions, 37 deletions
diff --git a/net/rtptools/Makefile b/net/rtptools/Makefile
deleted file mode 100644
index c22ce5371232..000000000000
--- a/net/rtptools/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# Created by: fenner
-# $FreeBSD$
-
-PORTNAME= rtptools
-DISTVERSION= 1.22
-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
-
-LICENSE= BSD3CLAUSE
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-BROKEN= unfetchable
-DEPRECATED= Unfetchable, unmaintained
-EXPIRATION_DATE= 2019-10-16
-
-USES= dos2unix
-DOS2UNIX_GLOB= *.c
-GNU_CONFIGURE= yes
-
-.for f in multidump multiplay rtpdump rtpplay rtpsend rtptrans
-PLIST_FILES+= bin/${f}
-PLIST_FILES+= man/man1/${f}.1.gz
-.endfor
-
-OPTIONS_DEFINE= DOCS
-
-PORTDOCS= README.md ChangeLog.html rtptools.html
-
-post-install-DOCS-on:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} html
- ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
-
-.include <bsd.port.mk>