freebsd-ports/net/tcptrace/Makefile
Bill Fenner d8f176f211 Remove BUGS, add COPYING and THANKS to DOCFILES
PR:		ports/28936
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2001-07-19 07:10:01 +00:00

36 lines
820 B
Makefile

# New ports collection makefile for: tcptrace
# Date created: 3 March 1997
# Whom: fenner
#
# $FreeBSD$
#
PORTNAME= tcptrace
PORTVERSION= 6.0.0b2
CATEGORIES= net ipv6
MASTER_SITES= http://www.tcptrace.org/download/
DISTNAME= tcptrace.${PORTVERSION}
MAINTAINER= fenner@FreeBSD.org
GNU_CONFIGURE= yes
ALL_TARGET= tcptrace
MAN1= tcptrace.1
DOCFILES= ARGS CHANGES COPYING COPYRIGHT FAQ README README.mailing_list \
README.modules README.tput_graphs THANKS WWW \
dot_tcptracerc.sample
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/tcptrace ${PREFIX}/bin
.if !defined(NOPORTDOCS)
${INSTALL_MAN} ${WRKSRC}/tcptrace.man ${PREFIX}/man/man1/tcptrace.1
${MKDIR} ${PREFIX}/share/doc/tcptrace
.for file in ${DOCFILES}
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/tcptrace
.endfor
.endif
.include <bsd.port.mk>