the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: grace
Version: 5.1.22
Revision: 8
Source: ftp://plasma-gate.weizmann.ac.il/pub/grace/src/grace5/%n-%v.tar.gz
Source-MD5: 672356466f18fe59ed21a8fb44f9851d
Depends: <<
fftw-shlibs,
libjpeg8-shlibs,
libpng14-shlibs,
libtiff-shlibs,
netcdf-c7-shlibs,
openmotif4-shlibs,
pdflib6-shlibs,
t1lib5-nox-shlibs,
x11
<<
BuildDepends: <<
fftw,
fink (>= 0.24.12-1),
libjpeg8,
libpng14,
libtiff,
netcdf-c7,
openmotif4,
pdflib6,
t1lib5-nox,
x11-dev
<<
PatchFile: %n.patch
PatchFile-MD5: e22273d62193a1347dda3a7611f3a2f4
ConfigureParams: --enable-grace-home=%p/lib/X11/grace --enable-editres --disable-fortran-wrapper --disable-xmhtml --with-bundled-xbae --x-i=/usr/X11/include --x-l=/usr/X11/lib --enable-netcdf --with-netcdf-libraries="-L%p/lib -lnetcdf"
InstallScript: make -j1 DESTDIR=%d install links
Description: Data processing and 2-D visualization tool
DescDetail: <<
Grace is a Motif/Lesstif application for two-dimensional data
visualization. Grace can transform the data using free equations, FFT,
cross- and auto-correlation, differences, integrals, histograms, and
much more. The generated figures are of high quality. Grace is a very
convenient tool for data inspection, data transformation, and for
making figures for publications.
<<
DescPort: <<
Configure test for isnan_decl fails - patch includes config.cache
to force the issue.
Patch to doc/Makefile to force install of man pages in %p/share/man.
<<
License: GPL
DocFiles: CHANGES COPYRIGHT ChangeLog DEVELOPERS LICENSE README
Homepage: http://plasma-gate.weizmann.ac.il/Grace/
Maintainer: Alexander Hansen
--- grace-5.1.9/config.cache.orig Sun Sep 1 18:21:16 2002
+++ grace-5.1.9/config.cache Sun Sep 1 18:20:12 2002
@@ -0,0 +1 @@
+ice_cv_have_isnan_decl=${ice_cv_have_isnan_decl=yes}
--- grace-5.1.9/doc/Makefile.orig Sun Sep 1 20:33:33 2002
+++ grace-5.1.9/doc/Makefile Sun Sep 1 20:32:42 2002
@@ -94,9 +94,9 @@
$(MAKE) install
links : $(DESTDIR)$(GRACE_HOME)/doc/grace.1
- $(MKINSTALLDIRS) $(DESTDIR)$(PREFIX)/man
- $(MKINSTALLDIRS) $(DESTDIR)$(PREFIX)/man/man1
- cd $(DESTDIR)$(PREFIX)/man/man1; \
+ $(MKINSTALLDIRS) $(DESTDIR)$(PREFIX)/share/man
+ $(MKINSTALLDIRS) $(DESTDIR)$(PREFIX)/share/man/man1
+ cd $(DESTDIR)$(PREFIX)/share/man/man1; \
for i in $(MANPAGES) $(MANLINKS); do $(RM) $$i; $(LN_S) $(GRACE_HOME)/doc/$$i $$i; done
tests : dummy