1997-03-06 02:18:51 +00:00
|
|
|
# New ports collection makefile for: tcptrace
|
1999-09-09 19:22:27 +00:00
|
|
|
# Version required: 5.2.0
|
1997-03-06 02:18:51 +00:00
|
|
|
# Date created: 3 March 1997
|
|
|
|
# Whom: fenner
|
|
|
|
#
|
1999-08-30 14:24:37 +00:00
|
|
|
# $FreeBSD$
|
1997-03-06 02:18:51 +00:00
|
|
|
#
|
|
|
|
|
1999-09-09 19:22:27 +00:00
|
|
|
DISTNAME= tcptrace.5.2.0
|
|
|
|
PKGNAME= tcptrace-5.2.0
|
1997-03-06 02:18:51 +00:00
|
|
|
CATEGORIES= net
|
1999-09-09 19:22:27 +00:00
|
|
|
MASTER_SITES= http://jarok.cs.ohiou.edu/software/tcptrace/files/5.2.0/
|
1997-03-06 02:18:51 +00:00
|
|
|
|
1999-08-31 06:53:31 +00:00
|
|
|
MAINTAINER= fenner@FreeBSD.org
|
1997-03-06 02:18:51 +00:00
|
|
|
|
1997-12-15 22:37:37 +00:00
|
|
|
GNU_CONFIGURE= yes
|
1999-09-09 19:22:27 +00:00
|
|
|
WRKSRC= ${WRKDIR}/tcptrace_5.2.0
|
1997-07-19 19:43:53 +00:00
|
|
|
ALL_TARGET= tcptrace
|
|
|
|
|
1999-09-09 19:22:27 +00:00
|
|
|
MAN1= tcptrace.1
|
|
|
|
|
1998-10-26 22:44:25 +00:00
|
|
|
DOCFILES= ARGS BUGS CHANGES COPYRIGHT FAQ README README.mailing_list \
|
1999-09-09 19:22:27 +00:00
|
|
|
README.modules README.tput_graphs WWW dot_tcptracerc.sample
|
1997-03-06 02:18:51 +00:00
|
|
|
|
1997-12-15 22:37:37 +00:00
|
|
|
do-install:
|
1997-03-06 02:18:51 +00:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/tcptrace ${PREFIX}/bin
|
|
|
|
.if !defined(NOPORTDOCS)
|
1999-09-09 19:22:27 +00:00
|
|
|
${INSTALL_MAN} ${WRKSRC}/tcptrace.man ${PREFIX}/man/man1/tcptrace.1
|
1997-03-06 02:18:51 +00:00
|
|
|
${MKDIR} ${PREFIX}/share/doc/tcptrace
|
1997-07-19 19:43:53 +00:00
|
|
|
.for file in ${DOCFILES}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/tcptrace
|
|
|
|
.endfor
|
1997-03-06 02:18:51 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|