diff options
author | thorpej <thorpej@pkgsrc.org> | 1997-12-11 01:50:52 +0000 |
---|---|---|
committer | thorpej <thorpej@pkgsrc.org> | 1997-12-11 01:50:52 +0000 |
commit | 862e7a15fb8e9fdbc3e9ef57ee7fd02f10bfbd65 (patch) | |
tree | b52dab3b1819ee150b614357aafc8ced7d40630c /graphics/xplot/Makefile | |
parent | abee3df169a9c4d0fb9a1d798c2cc825df1cd65e (diff) | |
download | pkgsrc-862e7a15fb8e9fdbc3e9ef57ee7fd02f10bfbd65.tar.gz |
Tim Shepard's xplot program, a generally useful plotting program, but most
often used to generate TCP time-sequence plots.
Diffstat (limited to 'graphics/xplot/Makefile')
-rw-r--r-- | graphics/xplot/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/xplot/Makefile b/graphics/xplot/Makefile new file mode 100644 index 00000000000..8f6445422e8 --- /dev/null +++ b/graphics/xplot/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1 1997/12/11 01:50:52 thorpej Exp $ +# +# Packages collection Makefile for: xplot +# Version required: 0.90 +# Date created: 10 December 1997 +# Whom: thorpej + +DISTNAME= xplot-0.90 +CATEGORIES= x11 +MASTER_SITES= ftp://mercury.lcs.mit.edu:/pub/shep/ + +GNU_CONFIGURE= yes + +.include <bsd.port.mk> |