diff options
author | chuckr <chuckr@FreeBSD.org> | 1997-07-19 09:09:16 +0800 |
---|---|---|
committer | chuckr <chuckr@FreeBSD.org> | 1997-07-19 09:09:16 +0800 |
commit | 2b5e7da8a46b1eacf0c7509c60f90ca142bede4f (patch) | |
tree | 5ccc5f3ec92d5395143f558c11af835ad7f6bee2 /math/gnuplot | |
parent | 5b026cc246d3106855d88abcdc20315222566aad (diff) | |
download | freebsd-ports-gnome-2b5e7da8a46b1eacf0c7509c60f90ca142bede4f.tar.gz freebsd-ports-gnome-2b5e7da8a46b1eacf0c7509c60f90ca142bede4f.tar.zst freebsd-ports-gnome-2b5e7da8a46b1eacf0c7509c60f90ca142bede4f.zip |
Upgrading to version 3.36. Still a beta, but improving.
This is a modification of a patch by Thomas Gellekum <tg@ihf.rwth-aachen.de>
Diffstat (limited to 'math/gnuplot')
-rw-r--r-- | math/gnuplot/Makefile | 10 | ||||
-rw-r--r-- | math/gnuplot/distinfo | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile index 91776abce875..180cb89e2e26 100644 --- a/math/gnuplot/Makefile +++ b/math/gnuplot/Makefile @@ -1,21 +1,21 @@ # New ports collection makefile for: gnuplot -# Version required: beta325 +# Version required: beta336 # Date created: 11 January 1997 # Whom: chuckr # -# $Id: Makefile,v 1.8 1997/01/12 20:07:13 chuckr Exp $ +# $Id: Makefile,v 1.9 1997/01/13 08:15:58 asami Exp $ # DISTNAME= gnuplot -PKGNAME= gnuplot-325b +PKGNAME= gnuplot-336 CATEGORIES= math graphics MASTER_SITES= http://www.ipc.chiba-u.ac.jp/~yamaga/gnuplot%2B/3.6base/ -DISTFILES= gnuplot-beta325.tar.gz +DISTFILES= gnuplot-beta336.tar.gz MAINTAINER= chuckr@FreeBSD.org HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} --exec-prefix=${PREFIX} --with-x --without-linux-vga --with-gnu-readline --with-lasergnu +CONFIGURE_ARGS= --prefix=${PREFIX} --exec-prefix=${PREFIX} --with-x --without-linux-vga --with-gnu-readline --with-lasergnu --with-png --includedir=/usr/local/include MAN1= gnuplot.1 lasergnu.1 diff --git a/math/gnuplot/distinfo b/math/gnuplot/distinfo index cbf6e05c5ed5..aadcbf2d0843 100644 --- a/math/gnuplot/distinfo +++ b/math/gnuplot/distinfo @@ -1 +1 @@ -MD5 (gnuplot-beta325.tar.gz) = 7fb33edf4907f0f3788ce1050982006b +MD5 (gnuplot-beta336.tar.gz) = ac848528127e8582b1803a28b938ba43 |