diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-10-13 11:09:59 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-10-13 11:09:59 +0000 |
commit | a16294cf762433b998b0daaa69e40343fd9a6faf (patch) | |
tree | f6e715f5e5700ef72c694f7ac47806869484bba5 /graphics/xgraph/Makefile | |
parent | df1902bc613d275656714d462e33cb10e3f9031a (diff) | |
download | pkgsrc-a16294cf762433b998b0daaa69e40343fd9a6faf.tar.gz |
Initial import of xgraph-11, a tool to draw a graph on an X11 display.
Based on pr 6283 by Brian Grayson.
Diffstat (limited to 'graphics/xgraph/Makefile')
-rw-r--r-- | graphics/xgraph/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/xgraph/Makefile b/graphics/xgraph/Makefile new file mode 100644 index 00000000000..c51ae1594c8 --- /dev/null +++ b/graphics/xgraph/Makefile @@ -0,0 +1,13 @@ +# $NetBSD: Makefile,v 1.1.1.1 1998/10/13 11:09:59 frueauf Exp $ +# + +DISTNAME= xgraph-11 +CATEGORIES= graphics x11 +MASTER_SITES= http://www-dsed.llnl.gov/files/programs/unix/ +EXTRACT_SUFX= .tar.Z + +MAINTAINER= bgrayson@ece.utexas.edu + +USE_IMAKE= yes + +.include "../../mk/bsd.pkg.mk" |