diff options
author | asami <asami@FreeBSD.org> | 1994-11-25 04:47:47 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1994-11-25 04:47:47 +0000 |
commit | 8c84eadd67e0e8da34a5affd9f28f801cf380bea (patch) | |
tree | 3435c0b3d7a53a118348c9acd03487fbba1cc202 /math | |
parent | 679c5bbd14862c1743653f0d887ade9dcb277951 (diff) | |
download | FreeBSD-ports-8c84eadd67e0e8da34a5affd9f28f801cf380bea.zip FreeBSD-ports-8c84eadd67e0e8da34a5affd9f28f801cf380bea.tar.gz |
xgraph ver. 11, a program that will help you plot graphs
Diffstat (limited to 'math')
-rw-r--r-- | math/xgraph/Makefile | 15 | ||||
-rw-r--r-- | math/xgraph/pkg-comment | 1 | ||||
-rw-r--r-- | math/xgraph/pkg-descr | 6 | ||||
-rw-r--r-- | math/xgraph/pkg-plist | 3 |
4 files changed, 25 insertions, 0 deletions
diff --git a/math/xgraph/Makefile b/math/xgraph/Makefile new file mode 100644 index 0000000..5ddec61 --- /dev/null +++ b/math/xgraph/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: xgraph +# Version required: 11 +# Date created: 24 November 1994 +# Whom: asami +# +# $Id:$ +# + +DISTNAME= xgraph-11 +USE_IMAKE= yes +MASTER_SITES= ftp://ftp.cs.orst.edu/pub/src/Xclients.local/ +EXTRACT_SUFX= .tar.Z +INSTALL_MANPAGES= yes + +.include <bsd.port.mk> diff --git a/math/xgraph/pkg-comment b/math/xgraph/pkg-comment new file mode 100644 index 0000000..55c2b89 --- /dev/null +++ b/math/xgraph/pkg-comment @@ -0,0 +1 @@ +xgraph ver. 11, a program that helps you plot graphs diff --git a/math/xgraph/pkg-descr b/math/xgraph/pkg-descr new file mode 100644 index 0000000..6476781 --- /dev/null +++ b/math/xgraph/pkg-descr @@ -0,0 +1,6 @@ +xgraph is a program that will help you draw graphs. It is pretty old +(based on X11R3!) and required lots of hacks to make it compile. Tell +me if it does something odd. + +- Satoshi +asami@cs.berkeley.edu diff --git a/math/xgraph/pkg-plist b/math/xgraph/pkg-plist new file mode 100644 index 0000000..7bed8f7 --- /dev/null +++ b/math/xgraph/pkg-plist @@ -0,0 +1,3 @@ +@cwd /usr/X11R6 +bin/xgraph +man/man1/xgraph.1.gz |