2002-07-24 21:45:22 +02:00
|
|
|
# $NetBSD: Makefile,v 1.2 2002/07/24 19:45:24 jlam Exp $
|
Initial import of gri.
Gri is a language for scientific graphics applications. By 'language'
I mean that it is a command-driven application, as opposed to a
click/point application. It is analogous to latex or tex, and shares
the property that extensive power is the reward for tolerating a
modest learning curve. Gri output is in industry-standard PostScript,
suitable for incorporation in documents prepared by various text
processors.
Gri can make x-y graphs, contour-graphs, and image graphs. In
addition to high-level capabilities, it has enough low-level
capabilities to allow users to achieve a high degree of customization.
Precise control is extended to all aspects of drawing, including
line-widths, colors, and fonts. Text includes a subset of the tex
language, so that it is easy to incorporate Greek letters and
mathematical symbols in labels.
2002-05-04 01:45:10 +02:00
|
|
|
|
|
|
|
DISTNAME= gri-2.8.7
|
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gri/}
|
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
|
|
HOMEPAGE= http://gri.sourceforge.net
|
|
|
|
COMMENT= language for scientific graphics applications
|
|
|
|
|
|
|
|
BUILD_DEPENDS+= autoconf>=2.13:../../devel/autoconf
|
|
|
|
BUILD_DEPENDS+= ImageMagick-[0-9]*:../../graphics/ImageMagick
|
|
|
|
BUILD_DEPENDS+= ghostscript-[6-9]*:../../print/ghostscript
|
|
|
|
|
|
|
|
GNU_CONFIGURE= # defined
|
|
|
|
USE_GMAKE= # defined
|
|
|
|
USE_BUILDLINK_ONLY= # defined
|
|
|
|
INFO_FILES= gri.info
|
2002-07-24 21:45:22 +02:00
|
|
|
USE_PERL5= build
|
Initial import of gri.
Gri is a language for scientific graphics applications. By 'language'
I mean that it is a command-driven application, as opposed to a
click/point application. It is analogous to latex or tex, and shares
the property that extensive power is the reward for tolerating a
modest learning curve. Gri output is in industry-standard PostScript,
suitable for incorporation in documents prepared by various text
processors.
Gri can make x-y graphs, contour-graphs, and image graphs. In
addition to high-level capabilities, it has enough low-level
capabilities to allow users to achieve a high degree of customization.
Precise control is extended to all aspects of drawing, including
line-widths, colors, and fonts. Text includes a subset of the tex
language, so that it is easy to incorporate Greek letters and
mathematical symbols in labels.
2002-05-04 01:45:10 +02:00
|
|
|
REPLACE_PERL= ${WRKSRC}/gri_merge ${WRKSRC}/gri_unpage
|
|
|
|
|
|
|
|
pre-configure:
|
|
|
|
cd ${WRKSRC} && ${LOCALBASE}/bin/autoconf
|
|
|
|
|
|
|
|
.include "../../devel/netcdf/buildlink.mk"
|
|
|
|
.include "../../mk/texinfo.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|