diff options
author | drochner <drochner> | 2000-05-08 17:29:06 +0000 |
---|---|---|
committer | drochner <drochner> | 2000-05-08 17:29:06 +0000 |
commit | d28ef67e06500ad81cea8d58611fd228f9579db7 (patch) | |
tree | 38e11e122aa313056c5d3682c17d7f85a85d1a6a /math/grace/Makefile | |
parent | 4676a836ffcf160c32965372cdc92352d8473e60 (diff) | |
download | pkgsrc-d28ef67e06500ad81cea8d58611fd228f9579db7.tar.gz |
update to 5.1.0
too many changes to list here - see the CHANGES file
Diffstat (limited to 'math/grace/Makefile')
-rw-r--r-- | math/grace/Makefile | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/math/grace/Makefile b/math/grace/Makefile index 5902d6cd112..139aa3f0374 100644 --- a/math/grace/Makefile +++ b/math/grace/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/02/03 19:47:40 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2000/05/08 17:29:06 drochner Exp $ # -DISTNAME= grace-5.0.5 +DISTNAME= grace-5.1.0 CATEGORIES= math graphics x11 MASTER_SITES= ftp://plasma-gate.weizmann.ac.il/pub/grace/src/ @@ -10,18 +10,20 @@ HOMEPAGE= http://plasma-gate.weizmann.ac.il/Grace/ DEPENDS+= xpm-3.4k:../../graphics/xpm DEPENDS+= netcdf:../../devel/netcdf -DEPENDS+= jpeg-*:../../graphics/jpeg +DEPENDS+= jpeg-6*:../../graphics/jpeg DEPENDS+= tiff-*:../../graphics/tiff -DEPENDS+= pdflib-*:../../print/pdflib -DEPENDS+= t1lib-*:../../textproc/t1lib +DEPENDS+= png>=0.9.6:../../graphics/png +DEPENDS+= pdflib>=3.0:../../print/pdflib +DEPENDS+= t1lib-1.0.1:../../textproc/t1lib DEPENDS+= Xbae-*:../../x11/Xbae +#DEPENDS+= fftw-*:../../math/fftw USE_GMAKE= yes USE_FORTRAN= yes USE_MOTIF= yes GNU_CONFIGURE= YES CONFIGURE_ARGS+= --enable-grace-home=${PREFIX}/grace \ - --enable-extra-incpath=${LOCALBASE}/include + --with-extra-incpath=${LOCALBASE}/include:${X11BASE}/include ALL_TARGET= MAKE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}" |