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