diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1999-09-09 19:22:27 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1999-09-09 19:22:27 +0000 |
commit | 1509c393d059ef60beff02f3e652ae831ddeab50 (patch) | |
tree | 3aa812f6164a8c8a00df585a099cc02291845002 /net/tcptrace/Makefile | |
parent | 68ac3ffad58a2ec54c5d751a02950da7c2758b05 (diff) | |
download | ports-1509c393d059ef60beff02f3e652ae831ddeab50.tar.gz ports-1509c393d059ef60beff02f3e652ae831ddeab50.zip |
Notes
Diffstat (limited to 'net/tcptrace/Makefile')
-rw-r--r-- | net/tcptrace/Makefile | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/net/tcptrace/Makefile b/net/tcptrace/Makefile index c312f90983f5..38bbf8c42d2d 100644 --- a/net/tcptrace/Makefile +++ b/net/tcptrace/Makefile @@ -1,28 +1,31 @@ # New ports collection makefile for: tcptrace -# Version required: 5.1.0 +# Version required: 5.2.0 # Date created: 3 March 1997 # Whom: fenner # # $FreeBSD$ # -DISTNAME= tcptrace.5.1.0 -PKGNAME= tcptrace-5.1.0 +DISTNAME= tcptrace.5.2.0 +PKGNAME= tcptrace-5.2.0 CATEGORIES= net -MASTER_SITES= http://jarok.cs.ohiou.edu/software/tcptrace/files/5.1.0/ +MASTER_SITES= http://jarok.cs.ohiou.edu/software/tcptrace/files/5.2.0/ MAINTAINER= fenner@FreeBSD.org GNU_CONFIGURE= yes -WRKSRC= ${WRKDIR}/tcptrace_5.1.0 +WRKSRC= ${WRKDIR}/tcptrace_5.2.0 ALL_TARGET= tcptrace +MAN1= tcptrace.1 + DOCFILES= ARGS BUGS CHANGES COPYRIGHT FAQ README README.mailing_list \ - README.modules README.tput_graphs WWW + README.modules README.tput_graphs WWW dot_tcptracerc.sample do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tcptrace ${PREFIX}/bin .if !defined(NOPORTDOCS) + ${INSTALL_MAN} ${WRKSRC}/tcptrace.man ${PREFIX}/man/man1/tcptrace.1 ${MKDIR} ${PREFIX}/share/doc/tcptrace .for file in ${DOCFILES} ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/tcptrace |