mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
28 lines
527 B
Makefile
28 lines
527 B
Makefile
# New ports collection makefile for: rtptools
|
|
# Date created: 5 January 1998
|
|
# Whom: fenner
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rtptools
|
|
PORTVERSION= 1.14
|
|
CATEGORIES= mbone
|
|
MASTER_SITES= http://www.cs.columbia.edu/~hgs/rtptools/src/
|
|
|
|
MAINTAINER= fenner@FreeBSD.org
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
DOCFILES= README ChangeLog.html rtptools.html
|
|
|
|
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>
|