freebsd-ports/net/tcptrace/Makefile

33 lines
749 B
Makefile
Raw Normal View History

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