1997-03-06 02:18:51 +00:00
|
|
|
# New ports collection makefile for: tcptrace
|
1997-07-19 19:43:53 +00:00
|
|
|
# Version required: 4.0.2
|
1997-03-06 02:18:51 +00:00
|
|
|
# Date created: 3 March 1997
|
|
|
|
# Whom: fenner
|
|
|
|
#
|
1997-12-15 22:37:37 +00:00
|
|
|
# $Id: Makefile,v 1.3 1997/07/19 19:43:36 fenner Exp $
|
1997-03-06 02:18:51 +00:00
|
|
|
#
|
|
|
|
|
1997-12-15 22:37:37 +00:00
|
|
|
DISTNAME= tcptrace-4.1.3
|
1997-03-06 02:18:51 +00:00
|
|
|
CATEGORIES= net
|
1997-12-15 22:37:37 +00:00
|
|
|
MASTER_SITES= http://jarok.cs.ohiou.edu/software/tcptrace/files/4.1.3/
|
1997-07-19 19:43:53 +00:00
|
|
|
DISTFILES= tcptrace.tar.gz
|
1997-03-06 02:18:51 +00:00
|
|
|
|
|
|
|
MAINTAINER= fenner@FreeBSD.ORG
|
|
|
|
|
1997-12-15 22:37:37 +00:00
|
|
|
GNU_CONFIGURE= yes
|
1997-07-19 19:43:53 +00:00
|
|
|
WRKSRC= ${WRKDIR}/tcptrace
|
|
|
|
ALL_TARGET= tcptrace
|
|
|
|
|
1997-12-15 22:37:37 +00:00
|
|
|
DOCFILES= COPYRIGHT README README.modules README.tput_graphs WWW
|
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)
|
|
|
|
${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>
|