diff options
Diffstat (limited to 'mbone/rtptools/Makefile')
-rw-r--r-- | mbone/rtptools/Makefile | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/mbone/rtptools/Makefile b/mbone/rtptools/Makefile index e5c22145a5ed..c643af60de03 100644 --- a/mbone/rtptools/Makefile +++ b/mbone/rtptools/Makefile @@ -1,26 +1,22 @@ # New ports collection makefile for: rtptools -# Version required: 1.9 +# Version required: 1.14 # Date created: 5 January 1998 # Whom: fenner # # $FreeBSD$ # -DISTNAME= rtptools-1.9 +DISTNAME= rtptools-1.14 CATEGORIES= mbone -MASTER_SITES= ftp://ftp.cs.columbia.edu/pub/schulzrinne/rtptools/ +MASTER_SITES= http://www.cs.columbia.edu/~hgs/rtptools/src/ MAINTAINER= fenner@FreeBSD.org -MAKE_ENV= ARCH=freebsd CC=cc +GNU_CONFIGURE= yes -BINFILES= rtpdump rtpplay rtpsend rtptrans DOCFILES= README CHANGES.html rtptools.html -do-install: -.for i in ${BINFILES} - ${INSTALL_PROGRAM} ${WRKSRC}/freebsd/${i} ${PREFIX}/bin -.endfor +post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/rtptools .for i in ${DOCFILES} |