freebsd-ports/net/rtptools/Makefile

28 lines
527 B
Makefile
Raw Normal View History

# New ports collection makefile for: rtptools
# Date created: 5 January 1998
# Whom: fenner
#
1999-08-25 03:23:21 -04:00
# $FreeBSD$
#
2000-04-14 04:49:30 -04:00
PORTNAME= rtptools
PORTVERSION= 1.14
CATEGORIES= mbone
2000-01-18 21:53:45 -05:00
MASTER_SITES= http://www.cs.columbia.edu/~hgs/rtptools/src/
MAINTAINER= fenner@FreeBSD.org
2000-01-18 21:53:45 -05:00
GNU_CONFIGURE= yes
DOCFILES= README ChangeLog.html rtptools.html
2000-01-18 21:53:45 -05: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>