diff options
author | Chuck Robey <chuckr@FreeBSD.org> | 2000-01-21 23:18:04 +0000 |
---|---|---|
committer | Chuck Robey <chuckr@FreeBSD.org> | 2000-01-21 23:18:04 +0000 |
commit | 9fc2108828e83e6d7077d34b1a175b9bcf49381a (patch) | |
tree | df2508e36516fcea73491adc1d1bc9c350c3d176 /math | |
parent | Unbreak moscow_ml. (diff) |
Upgrade gnuplot to 3.7.1
PR: 15505
Submitted by: Ade Lovett.
Diffstat (limited to 'math')
-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 |