[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.9 and 1.65

version 1.9, 2001/05/22 09:32:24 version 1.65, 2017/04/30 01:21:49
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
   
 DISTNAME=       grace-5.1.2  DISTNAME=       grace-5.1.25
   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/stable/
   MASTER_SITES+=  ftp://ftp.fu-berlin.de/unix/graphics/grace/src/stable/
   MASTER_SITES+=  ftp://ftp.ru.xemacs.org/pub/math/grace/src/stable/
   MASTER_SITES+=  ftp://ftp.u-aizu.ac.jp/pub/SciEng/math/grace/src/stable/
   
 MAINTAINER=     drochner@netbsd.org  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
   LICENSE=        gnu-gpl-v2
   
 DEPENDS+=       netcdf>=3.4:../../devel/netcdf  USE_TOOLS+=             gmake
 DEPENDS+=       jpeg-6*:../../graphics/jpeg  USE_LANGUAGES=          c fortran77
 DEPENDS+=       tiff-*:../../graphics/tiff  GNU_CONFIGURE=          YES
 DEPENDS+=       png>=1.0.11:../../graphics/png  CONFIGURE_ARGS+=        --enable-grace-home=${PREFIX}/grace
 DEPENDS+=       pdflib>=3.0:../../print/pdflib  CONFIGURE_ARGS+=        --without-bundled-xbae
 DEPENDS+=       t1lib>=1.0.1:../../textproc/t1lib  
 DEPENDS+=       Xbae-*:../../x11/Xbae  
 #DEPENDS+=      fftw-*:../../math/fftw  
   
 USE_GMAKE=      YES  
 USE_FORTRAN=    YES  
 USE_MOTIF=      YES  
 USE_XPM=        YES  
 GNU_CONFIGURE=  YES  
 CONFIGURE_ARGS+=        --enable-grace-home=${PREFIX}/grace \  
                 --with-extra-incpath=${LOCALBASE}/include:${X11BASE}/include  
   
 ALL_TARGET=  INSTALLATION_DIRS=      bin
 MAKE_ENV+=      INSTALL_SCRIPT="${INSTALL_SCRIPT}"  
   # test require X
   #TEST_TARGET=           check
   
 post-install:  post-install:
         ${RM} -f ${PREFIX}/bin/xmgrace          ${RM} -f ${DESTDIR}${PREFIX}/bin/xmgrace
         ${LN} -s ${PREFIX}/grace/bin/xmgrace ${PREFIX}/bin          ${LN} -s ${DESTDIR}${PREFIX}/grace/bin/xmgrace ${DESTDIR}${PREFIX}/bin
   
   .include "../../devel/netcdf/buildlink3.mk"
   .include "../../fonts/t1lib/buildlink3.mk"
   .include "../../mk/jpeg.buildlink3.mk"
   .include "../../graphics/png/buildlink3.mk"
   .include "../../graphics/tiff/buildlink3.mk"
   .include "../../math/fftw2/buildlink3.mk"
   .include "../../print/pdflib-lite/buildlink3.mk"
   .include "../../x11/Xbae/buildlink3.mk"
   .include "../../x11/XmHTML/buildlink3.mk"
   .include "../../x11/libXpm/buildlink3.mk"
   .include "../../mk/motif.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"  .include "../../mk/bsd.pkg.mk"

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.65

CVSweb <webmaster@jp.NetBSD.org>