[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / math / grace

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/math/grace/Makefile between version 1.43 and 1.59

version 1.43, 2008/07/18 17:22:47 version 1.59, 2015/07/04 16:18:37
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
 #  
   
 DISTNAME=       grace-5.1.22  DISTNAME=       grace-5.1.23
   PKGREVISION=    4
 CATEGORIES=     math graphics x11  CATEGORIES=     math graphics x11
 MASTER_SITES=   ftp://plasma-gate.weizmann.ac.il/pub/grace/src/stable/ \  MASTER_SITES=   ftp://plasma-gate.weizmann.ac.il/pub/grace/src/stable/ \
                 ftp://ftp.fu-berlin.de/unix/graphics/grace/src/stable/ \                  ftp://ftp.fu-berlin.de/unix/graphics/grace/src/stable/ \
Line 12  MAINTAINER= pkgsrc-users@NetBSD.org
Line 12  MAINTAINER= pkgsrc-users@NetBSD.org
 HOMEPAGE=       http://plasma-gate.weizmann.ac.il/Grace/  HOMEPAGE=       http://plasma-gate.weizmann.ac.il/Grace/
 COMMENT=        GRaphing, Advanced Computation and Exploration of data  COMMENT=        GRaphing, Advanced Computation and Exploration of data
   
 PKG_DESTDIR_SUPPORT=    user-destdir  
   
 USE_X11BASE=            YES  
 USE_TOOLS+=             gmake  USE_TOOLS+=             gmake
 USE_LANGUAGES=          c fortran  USE_LANGUAGES=          c fortran77
 GNU_CONFIGURE=          YES  GNU_CONFIGURE=          YES
 CONFIGURE_ARGS+=        --enable-grace-home=${PREFIX}/grace  CONFIGURE_ARGS+=        --enable-grace-home=${PREFIX}/grace
 CONFIGURE_ARGS+=        --without-bundled-xbae  CONFIGURE_ARGS+=        --without-bundled-xbae
Line 32  post-install:
Line 29  post-install:
   
 .include "../../devel/netcdf/buildlink3.mk"  .include "../../devel/netcdf/buildlink3.mk"
 .include "../../fonts/t1lib/buildlink3.mk"  .include "../../fonts/t1lib/buildlink3.mk"
 .include "../../graphics/jpeg/buildlink3.mk"  .include "../../mk/jpeg.buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"  .include "../../graphics/png/buildlink3.mk"
 .include "../../graphics/tiff/buildlink3.mk"  .include "../../graphics/tiff/buildlink3.mk"
 .include "../../math/fftw2/buildlink3.mk"  .include "../../math/fftw2/buildlink3.mk"

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.59

CVSweb <webmaster@jp.NetBSD.org>