diff options
author | drochner <drochner> | 2002-09-27 12:01:15 +0000 |
---|---|---|
committer | drochner <drochner> | 2002-09-27 12:01:15 +0000 |
commit | 98b653fd59f19072d4154fb0d2624e8fafb3c588 (patch) | |
tree | e7d72e18be8aa73a36b1c1ed3f94c51ada31c13c /math/grace/Makefile | |
parent | 5e901d6bd68f78535f34d3a34a528927af30534d (diff) | |
download | pkgsrc-98b653fd59f19072d4154fb0d2624e8fafb3c588.tar.gz |
update to 5.1.10 (PR pkg/18369 by Wolfgang Rupprecht)
notable changes:
-many bugfixes
-allow XYZ sets in polar graphs
-extended x-correlation routines
-use leading zeros in axis year formats
-implemented "safe" mode
Diffstat (limited to 'math/grace/Makefile')
-rw-r--r-- | math/grace/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/math/grace/Makefile b/math/grace/Makefile index 5eb9052d9ac..35a7479c563 100644 --- a/math/grace/Makefile +++ b/math/grace/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.20 2002/09/23 17:22:54 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2002/09/27 12:01:15 drochner Exp $ # -DISTNAME= grace-5.1.4 -PKGREVISION= 1 +DISTNAME= grace-5.1.10 CATEGORIES= math graphics x11 MASTER_SITES= ftp://plasma-gate.weizmann.ac.il/pub/grace/src/ \ ftp://linux.mathematik.tu-darmstadt.de/pub/linux/mirrors/misc/grace/src/ \ @@ -12,7 +11,7 @@ MASTER_SITES= ftp://plasma-gate.weizmann.ac.il/pub/grace/src/ \ ftp://ftp.u-aizu.ac.jp/pub/SciEng/math/grace/src/ \ ftp://ftp2.netmor.com/pub/mirrors/grace/src/ -MAINTAINER= drochner@netbsd.org +MAINTAINER= packages@netbsd.org HOMEPAGE= http://plasma-gate.weizmann.ac.il/Grace/ COMMENT= GRaphing, Advanced Computation and Exploration of data @@ -24,7 +23,7 @@ USE_GMAKE= YES USE_FORTRAN= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --enable-grace-home=${PREFIX}/grace -CONFIGURE_ARGS+= --with-extra-incpath=${BUILDLINK_DIR}/include +CONFIGURE_ARGS+= --without-bundled-xbae MAKE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}" post-install: |