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/xgraph/Makefile | |
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/xgraph/Makefile')
-rw-r--r-- | math/xgraph/Makefile | 15 |
1 files changed, 15 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> |