diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-11 01:19:12 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-11 01:19:12 +0000 |
commit | debcbc50324f3db76d7bcce506c92f8b93c64330 (patch) | |
tree | e09459dd0ba2d9aaf5db7312a4f1b26fd09f37aa /math/gnuplot | |
parent | f4d6acbc42e1538f4db9f465a76ab8a10ad5176d (diff) | |
download | ports-debcbc50324f3db76d7bcce506c92f8b93c64330.tar.gz ports-debcbc50324f3db76d7bcce506c92f8b93c64330.zip |
Notes
Diffstat (limited to 'math/gnuplot')
-rw-r--r-- | math/gnuplot/Makefile | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile index bfaa75dfd4ec..6c3fd329da27 100644 --- a/math/gnuplot/Makefile +++ b/math/gnuplot/Makefile @@ -1,6 +1,15 @@ +# New ports collection makefile for: gnuplot +# Version required: 3.5 +# Date created: 6 October 1994 +# Whom: jmz +# +# $Id$ +# + DISTNAME= gnuplot -DISTFILES= gnuplot3.5.tar.Z +PKGNAME= gnuplot-3.5 MASTER_SITES= ftp://ftp.dartmouth.edu/pub/gnuplot/ +DISTFILES= gnuplot3.5.tar.Z pre-install: @mkdir -p ${PREFIX}/bin |