diff options
author | asami <asami@FreeBSD.org> | 1995-04-11 09:19:12 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-11 09:19:12 +0800 |
commit | 212bf07350a21c82c24ecf9532de5a2f981dea31 (patch) | |
tree | 2b7a5f0340a41c7792a2f4526bf73327f5852684 /math/gnuplot | |
parent | 42f37c3e86245df81e511902ece1702f86d77ab8 (diff) | |
download | freebsd-ports-gnome-212bf07350a21c82c24ecf9532de5a2f981dea31.tar.gz freebsd-ports-gnome-212bf07350a21c82c24ecf9532de5a2f981dea31.tar.zst freebsd-ports-gnome-212bf07350a21c82c24ecf9532de5a2f981dea31.zip |
Some more Makefile updates, for the math ports.
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 |