freebsd-ports/net/tcptrace/Makefile

36 lines
820 B
Makefile
Raw Normal View History

# New ports collection makefile for: tcptrace
# Date created: 3 March 1997
# Whom: fenner
#
1999-08-30 10:24:37 -04:00
# $FreeBSD$
#
PORTNAME= tcptrace
2001-07-11 17:54:08 -04:00
PORTVERSION= 6.0.0b2
2000-01-18 07:54:55 -05:00
CATEGORIES= net ipv6
2001-01-11 20:32:05 -05:00
MASTER_SITES= http://www.tcptrace.org/download/
2001-07-11 17:54:08 -04:00
DISTNAME= tcptrace.${PORTVERSION}
MAINTAINER= fenner@FreeBSD.org
1997-12-15 17:37:37 -05:00
GNU_CONFIGURE= yes
1997-07-19 15:43:53 -04:00
ALL_TARGET= tcptrace
1999-09-09 15:22:27 -04:00
MAN1= tcptrace.1
DOCFILES= ARGS CHANGES COPYING COPYRIGHT FAQ README README.mailing_list \
README.modules README.tput_graphs THANKS WWW \
dot_tcptracerc.sample
1997-12-15 17:37:37 -05:00
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/tcptrace ${PREFIX}/bin
.if !defined(NOPORTDOCS)
1999-09-09 15:22:27 -04:00
${INSTALL_MAN} ${WRKSRC}/tcptrace.man ${PREFIX}/man/man1/tcptrace.1
${MKDIR} ${PREFIX}/share/doc/tcptrace
1997-07-19 15:43:53 -04:00
.for file in ${DOCFILES}
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/tcptrace
.endfor
.endif
.include <bsd.port.mk>