1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/net/tcptrace/Makefile

36 lines
852 B
Makefile
Raw Normal View History

# New ports collection makefile for: tcptrace
# Date created: 3 March 1997
# Whom: fenner
#
1999-08-30 14:24:37 +00:00
# $FreeBSD$
#
PORTNAME= tcptrace
PORTVERSION= 5.2.1
2000-01-18 12:54:55 +00:00
CATEGORIES= net ipv6
MASTER_SITES= http://jarok.cs.ohiou.edu/software/tcptrace/files/5.2.1/
DISTNAME= tcptrace.5.2.1
MAINTAINER= fenner@FreeBSD.org
1997-12-15 22:37:37 +00:00
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/tcptrace_5.2.1
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-12-15 22:37:37 +00:00
do-install:
${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
${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
.endif
.include <bsd.port.mk>