diff options
author | thorpej <thorpej@pkgsrc.org> | 1997-12-14 22:42:57 +0000 |
---|---|---|
committer | thorpej <thorpej@pkgsrc.org> | 1997-12-14 22:42:57 +0000 |
commit | 94717bc9bd844343967c2dad213e7bfb39269d32 (patch) | |
tree | 466b2b9963d0f613515ed966f66ac0109dfe753c /net/tcptrace/Makefile | |
parent | 8a6aa31ad2d92b4f876c85684cf9c0f3c2b46ff7 (diff) | |
download | pkgsrc-94717bc9bd844343967c2dad213e7bfb39269d32.tar.gz |
Update to tcptrace 4.1.3, and make the package work on NetBSD.
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 |