diff options
Diffstat (limited to 'net/tcptrace/Makefile')
-rw-r--r-- | net/tcptrace/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/net/tcptrace/Makefile b/net/tcptrace/Makefile index a2e4125bf99..a18738d9dca 100644 --- a/net/tcptrace/Makefile +++ b/net/tcptrace/Makefile @@ -1,16 +1,20 @@ +# $NetBSD: Makefile,v 1.2 1997/12/14 22:42:57 thorpej Exp $ +# # New ports collection makefile for: tcptrace -# Version required: 4.0.2 +# Version required: 4.1.3 # Date created: 3 March 1997 # Whom: fenner # # Id: Makefile,v 1.3 1997/07/19 19:43:36 fenner Exp # -DISTNAME= tcptrace-4.0.2 +DISTNAME= tcptrace-4.1.3 CATEGORIES= net -MASTER_SITES= http://jarok.cs.ohiou.edu/software/tcptrace/files/4.0.2/ +MASTER_SITES= http://jarok.cs.ohiou.edu/software/tcptrace/files/4.1.3/ DISTFILES= tcptrace.tar.gz +GNU_CONFIGURE= yes + MAINTAINER= fenner@FreeBSD.ORG WRKSRC= ${WRKDIR}/tcptrace @@ -18,7 +22,7 @@ ALL_TARGET= tcptrace DOCFILES= COPYRIGHT README README.tput_graphs -post-install: +install: ${INSTALL_PROGRAM} ${WRKSRC}/tcptrace ${PREFIX}/bin .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/tcptrace |