mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
33 lines
792 B
Makefile
33 lines
792 B
Makefile
# New ports collection makefile for: tcptrace
|
|
# Version required: 5.1.0
|
|
# Date created: 3 March 1997
|
|
# Whom: fenner
|
|
#
|
|
# $Id: Makefile,v 1.5 1998/10/26 22:44:21 fenner Exp $
|
|
#
|
|
|
|
DISTNAME= tcptrace.5.1.0
|
|
PKGNAME= tcptrace-5.1.0
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://jarok.cs.ohiou.edu/software/tcptrace/files/5.1.0/
|
|
|
|
MAINTAINER= fenner@FreeBSD.ORG
|
|
|
|
GNU_CONFIGURE= yes
|
|
WRKSRC= ${WRKDIR}/tcptrace_5.1.0
|
|
ALL_TARGET= tcptrace
|
|
|
|
DOCFILES= ARGS BUGS CHANGES COPYRIGHT FAQ README README.mailing_list \
|
|
README.modules README.tput_graphs WWW
|
|
|
|
do-install:
|
|
${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>
|