diff options
author | chuckr <chuckr@FreeBSD.org> | 2000-01-22 07:18:04 +0800 |
---|---|---|
committer | chuckr <chuckr@FreeBSD.org> | 2000-01-22 07:18:04 +0800 |
commit | a302ac087e744bacffc312a3e42c49aa17cda3d9 (patch) | |
tree | b58f601d0210eb2c09bc00df2b19764affc46cbc /math/gnuplot | |
parent | c42dfe0e1521a7ae6f72c825d2ac0d952656e13b (diff) | |
download | freebsd-ports-gnome-a302ac087e744bacffc312a3e42c49aa17cda3d9.tar.gz freebsd-ports-gnome-a302ac087e744bacffc312a3e42c49aa17cda3d9.tar.zst freebsd-ports-gnome-a302ac087e744bacffc312a3e42c49aa17cda3d9.zip |
Upgrade gnuplot to 3.7.1
PR: 15505
Submitted by: Ade Lovett.
Diffstat (limited to 'math/gnuplot')
-rw-r--r-- | math/gnuplot/Makefile | 11 | ||||
-rw-r--r-- | math/gnuplot/distinfo | 2 |
2 files changed, 4 insertions, 9 deletions
diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile index d05254e3f3c5..1c31cf22fe03 100644 --- a/math/gnuplot/Makefile +++ b/math/gnuplot/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: gnuplot -# Version required: 3.7 +# Version required: 3.7.1 # Date created: 19 April 1998 # Whom: chuckr # # $FreeBSD$ # -DISTNAME= gnuplot-3.7 +DISTNAME= gnuplot-3.7.1 CATEGORIES= math graphics MASTER_SITES= ftp://ftp.gnuplot.vt.edu/pub/gnuplot/ @@ -17,6 +17,7 @@ LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \ USE_XLIB= yes GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/gd" CONFIGURE_ARGS= --exec-prefix=${PREFIX} \ --includedir=${LOCALBASE}/include/ \ --libdir=${LOCALBASE}/lib \ @@ -24,12 +25,6 @@ CONFIGURE_ARGS= --exec-prefix=${PREFIX} \ --with-gd=${LOCALBASE}/lib \ --with-gnu-readline --with-lasergnu --with-png -pre-configure: - $(SED) -e "s%@CPPFLAGS@%-I$(LOCALBASE)/include -I$(X11BASE)/include%" \ - < $(WRKSRC)/Makefile.in > $(WRKDIR)/tmp-makefile.in - $(CP) $(WRKDIR)/tmp-makefile.in $(WRKSRC)/Makefile.in - - MAN1= gnuplot.1 lasergnu.1 .include <bsd.port.mk> diff --git a/math/gnuplot/distinfo b/math/gnuplot/distinfo index 6a0c1459c057..fc40789da174 100644 --- a/math/gnuplot/distinfo +++ b/math/gnuplot/distinfo @@ -1 +1 @@ -MD5 (gnuplot-3.7.tar.gz) = 18bbd384a991e7b20dbd2c29c239e90d +MD5 (gnuplot-3.7.1.tar.gz) = 30798b4c14ea734969a86ee41a9c1dca |