1998-01-05 19:00:31 +00:00
|
|
|
# New ports collection makefile for: rtptools
|
2000-01-19 02:53:45 +00:00
|
|
|
# Version required: 1.14
|
1998-01-05 19:00:31 +00:00
|
|
|
# Date created: 5 January 1998
|
|
|
|
# Whom: fenner
|
|
|
|
#
|
1999-08-25 07:23:21 +00:00
|
|
|
# $FreeBSD$
|
1998-01-05 19:00:31 +00:00
|
|
|
#
|
|
|
|
|
2000-01-19 02:53:45 +00:00
|
|
|
DISTNAME= rtptools-1.14
|
1998-01-05 19:00:31 +00:00
|
|
|
CATEGORIES= mbone
|
2000-01-19 02:53:45 +00:00
|
|
|
MASTER_SITES= http://www.cs.columbia.edu/~hgs/rtptools/src/
|
1998-01-05 19:00:31 +00:00
|
|
|
|
1999-08-31 06:53:31 +00:00
|
|
|
MAINTAINER= fenner@FreeBSD.org
|
1998-01-05 19:00:31 +00:00
|
|
|
|
2000-01-19 02:53:45 +00:00
|
|
|
GNU_CONFIGURE= yes
|
1998-01-05 19:00:31 +00:00
|
|
|
|
2000-01-21 17:48:15 +00:00
|
|
|
DOCFILES= README ChangeLog.html rtptools.html
|
1998-01-05 19:00:31 +00:00
|
|
|
|
2000-01-19 02:53:45 +00:00
|
|
|
post-install:
|
1998-01-05 19:00:31 +00:00
|
|
|
.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>
|