[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.10 and 1.29

version 1.10, 2001/07/29 15:19:14 version 1.29, 2004/01/24 13:58:23
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
 #  #
   
 DISTNAME=       grace-5.1.4  DISTNAME=       grace-5.1.12
   PKGREVISION=    1
 CATEGORIES=     math graphics x11  CATEGORIES=     math graphics x11
 MASTER_SITES=   ftp://plasma-gate.weizmann.ac.il/pub/grace/src/ \  MASTER_SITES=   ftp://plasma-gate.weizmann.ac.il/pub/grace/src/ \
                 ftp://linux.mathematik.tu-darmstadt.de/pub/linux/mirrors/misc/grace/src/ \                  ftp://linux.mathematik.tu-darmstadt.de/pub/linux/mirrors/misc/grace/src/ \
Line 11  MASTER_SITES= ftp://plasma-gate.weizmann
Line 12  MASTER_SITES= ftp://plasma-gate.weizmann
                 ftp://ftp.u-aizu.ac.jp/pub/SciEng/math/grace/src/ \                  ftp://ftp.u-aizu.ac.jp/pub/SciEng/math/grace/src/ \
                 ftp://ftp2.netmor.com/pub/mirrors/grace/src/                  ftp://ftp2.netmor.com/pub/mirrors/grace/src/
   
 MAINTAINER=     drochner@netbsd.org  MAINTAINER=     tech-pkg@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
   
 DEPENDS+=       pdflib>=3.0:../../print/pdflib  USE_BUILDLINK2=         YES
 #DEPENDS+=      fftw-*:../../math/fftw  USE_X11BASE=            YES
   USE_GNU_TOOLS+=         make
 USE_GMAKE=      YES  USE_FORTRAN=            YES
 USE_FORTRAN=    YES  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
                 --with-extra-incpath=${BUILDLINK_DIR}/include  
   
 ALL_TARGET=  
 MAKE_ENV+=      INSTALL_SCRIPT="${INSTALL_SCRIPT}"  
   
 post-install:  post-install:
         ${RM} -f ${PREFIX}/bin/xmgrace          ${RM} -f ${PREFIX}/bin/xmgrace
         ${LN} -s ${PREFIX}/grace/bin/xmgrace ${PREFIX}/bin          ${LN} -s ${PREFIX}/grace/bin/xmgrace ${PREFIX}/bin
   
 .include "../../devel/netcdf/buildlink.mk"  .include "../../devel/netcdf/buildlink2.mk"
 .include "../../graphics/jpeg/buildlink.mk"  .include "../../fonts/t1lib/buildlink2.mk"
 .include "../../graphics/png/buildlink.mk"  .include "../../graphics/jpeg/buildlink2.mk"
 .include "../../graphics/tiff/buildlink.mk"  .include "../../graphics/png/buildlink2.mk"
 .include "../../graphics/xpm/buildlink.mk"  .include "../../graphics/tiff/buildlink2.mk"
 .include "../../textproc/t1lib/buildlink.mk"  .include "../../graphics/xpm/buildlink2.mk"
 .include "../../x11/Xbae/buildlink.mk"  .include "../../math/fftw2/buildlink2.mk"
 .include "../../x11/lesstif/buildlink.mk"  .include "../../print/pdflib/buildlink2.mk"
   .include "../../x11/Xbae/buildlink2.mk"
   .include "../../x11/XmHTML/buildlink2.mk"
   .include "../../mk/motif.buildlink2.mk"
 .include "../../mk/bsd.pkg.mk"  .include "../../mk/bsd.pkg.mk"

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.29

CVSweb <webmaster@jp.NetBSD.org>