freebsd-ports/net/rtptools/Makefile

29 lines
615 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
2001-04-22 06:59:46 +02:00
PORTVERSION= 1.17
CATEGORIES= mbone
MASTER_SITES= http://www.cs.columbia.edu/IRT/software/rtptools/download/
MAINTAINER= fenner@FreeBSD.org
COMMENT= A set of tools to record, playback and monitor RTPv2 data streams
2000-01-19 03:53:45 +01:00
GNU_CONFIGURE= yes
DOCFILES= README ChangeLog.html rtptools.html
2000-01-19 03:53:45 +01:00
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/rtptools
.for i in ${DOCFILES}
${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/rtptools
.endfor
.endif
.include <bsd.port.mk>