diff options
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 000000000000..5ddec613c6f2 --- /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 000000000000..55c2b89550e0 --- /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 000000000000..647678190580 --- /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 000000000000..7bed8f7b1bee --- /dev/null +++ b/math/xgraph/pkg-plist @@ -0,0 +1,3 @@ +@cwd /usr/X11R6 +bin/xgraph +man/man1/xgraph.1.gz |