openbsd-ports/mbone/rtptools/Makefile

37 lines
965 B
Makefile
Raw Normal View History

2002-03-21 16:09:16 -05:00
# $OpenBSD: Makefile,v 1.13 2002/03/21 21:09:18 espie Exp $
COMMENT= "record, playback and monitor RTPv2 data streams"
1998-09-13 21:51:05 -04:00
DISTNAME= rtptools-1.9
CATEGORIES= mbone
MASTER_SITES= ftp://ftp.cs.columbia.edu/pub/schulzrinne/rtptools/
2000-10-22 10:02:46 -04:00
MAINTAINER= Angelos D. Keromytis <angelos@openbsd.org>
2002-03-21 16:09:16 -05:00
NEED_VERSION= 1.515
1998-09-13 21:51:05 -04:00
# License: NONE
PERMIT_PACKAGE_CDROM= "no license"
PERMIT_PACKAGE_FTP= "no license"
PERMIT_DISTFILES_CDROM= "no license"
PERMIT_DISTFILES_FTP= "no license"
2000-02-12 03:41:07 -05:00
1998-09-13 21:51:05 -04:00
MAKE_ENV= ARCH=openbsd CC=cc
BINFILES= rtpdump rtpplay rtpsend rtptrans
DOCFILES= README CHANGES.html rtptools.html
post-extract:
@ln -s ${WRKSRC}/freebsd ${WRKSRC}/openbsd
@ln -s ${WRKSRC}/Makefile.freebsd ${WRKSRC}/Makefile.openbsd
1998-09-13 21:51:05 -04:00
do-install:
.for i in ${BINFILES}
${INSTALL_PROGRAM} ${WRKSRC}/openbsd/${i} ${PREFIX}/bin
.endfor
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/rtptools
1998-09-13 21:51:05 -04:00
.for i in ${DOCFILES}
${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/rtptools
.endfor
.include <bsd.port.mk>