1997-12-14 22:42:18 +01:00
|
|
|
# New ports collection makefile for: tcptrace
|
1997-12-14 23:42:57 +01:00
|
|
|
# Version required: 4.1.3
|
1997-12-14 22:42:18 +01:00
|
|
|
# Date created: 3 March 1997
|
|
|
|
# Whom: fenner
|
|
|
|
#
|
1998-01-24 22:47:07 +01:00
|
|
|
# $NetBSD: Makefile,v 1.4 1998/01/24 21:47:07 hubertf Exp $
|
|
|
|
# FreeBSD Id: Makefile,v 1.3 1997/07/19 19:43:36 fenner Exp
|
1997-12-14 22:42:18 +01:00
|
|
|
#
|
|
|
|
|
1998-01-24 22:47:07 +01:00
|
|
|
DISTNAME= tcptrace
|
|
|
|
PKGNAME= tcptrace-4.1.3
|
1997-12-14 22:42:18 +01:00
|
|
|
CATEGORIES= net
|
1997-12-14 23:42:57 +01:00
|
|
|
MASTER_SITES= http://jarok.cs.ohiou.edu/software/tcptrace/files/4.1.3/
|
|
|
|
|
1997-12-14 22:42:18 +01:00
|
|
|
MAINTAINER= fenner@FreeBSD.ORG
|
|
|
|
|
1998-01-24 22:47:07 +01:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
1997-12-14 22:42:18 +01:00
|
|
|
ALL_TARGET= tcptrace
|
|
|
|
|
|
|
|
DOCFILES= COPYRIGHT README README.tput_graphs
|
|
|
|
|
1998-01-24 22:47:07 +01:00
|
|
|
do-install:
|
1997-12-14 22:42:18 +01:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/tcptrace ${PREFIX}/bin
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${PREFIX}/share/doc/tcptrace
|
|
|
|
.for file in ${DOCFILES}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/tcptrace
|
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|