[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.1.1.1 and 1.37

version 1.1.1.1, 2000/02/03 19:47:40 version 1.37, 2005/12/12 21:36:55
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
 #  #
   
 DISTNAME=       grace-5.0.5  DISTNAME=       grace-5.1.14
   PKGREVISION=    3
 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://ftp.fu-berlin.de/unix/graphics/grace/src/ \
                   ftp://ftp.ntua.gr/pub/graphics/grace/src/ \
                   ftp://ftp.ru.xemacs.org/pub/math/grace/src/ \
                   ftp://ftp.u-aizu.ac.jp/pub/SciEng/math/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
   
 DEPENDS+=       xpm-3.4k:../../graphics/xpm  USE_X11BASE=            YES
 DEPENDS+=       netcdf:../../devel/netcdf  USE_TOOLS+=             gmake
 DEPENDS+=       jpeg-*:../../graphics/jpeg  USE_LANGUAGES=          fortran
 DEPENDS+=       tiff-*:../../graphics/tiff  GNU_CONFIGURE=          YES
 DEPENDS+=       pdflib-*:../../print/pdflib  CONFIGURE_ARGS+=        --enable-grace-home=${PREFIX}/grace
 DEPENDS+=       t1lib-*:../../textproc/t1lib  CONFIGURE_ARGS+=        --without-bundled-xbae
 DEPENDS+=       Xbae-*:../../x11/Xbae  
   
 USE_GMAKE=      yes  
 USE_FORTRAN=    yes  
 USE_MOTIF=      yes  
 GNU_CONFIGURE=  YES  
 CONFIGURE_ARGS+=        --enable-grace-home=${PREFIX}/grace \  
                 --enable-extra-incpath=${LOCALBASE}/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/buildlink3.mk"
   .include "../../fonts/t1lib/buildlink3.mk"
   .include "../../graphics/jpeg/buildlink3.mk"
   .include "../../graphics/png/buildlink3.mk"
   .include "../../graphics/tiff/buildlink3.mk"
   .include "../../graphics/xpm/buildlink3.mk"
   .include "../../math/fftw2/buildlink3.mk"
   .include "../../print/pdflib/buildlink3.mk"
   .include "../../x11/Xbae/buildlink3.mk"
   .include "../../x11/XmHTML/buildlink3.mk"
   .include "../../mk/motif.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"  .include "../../mk/bsd.pkg.mk"

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.37

CVSweb <webmaster@jp.NetBSD.org>