# $OpenBSD$

COMMENT =	set of tools for processing RTP data
DISTNAME =	rtptools-1.20
CATEGORIES =	audio net
HOMEPAGE =	http://www.cs.columbia.edu/irt/software/rtptools/
MAINTAINER =	Jan Stary <hans@stare.cz>

# See COPYRIGHT
PERMIT_PACKAGE_CDROM = Yes

WANTLIB += c

MASTER_SITES	= ${HOMEPAGE}/download/
CONFIGURE_STYLE = simple
NO_TEST		= Yes

post-install:
	${INSTALL_DATA_DIR} ${PREFIX}/share/doc/rtptools
	${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${PREFIX}/share/doc/rtptools
	${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/rtptools

.include <bsd.port.mk>
