[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.26 and 1.50

version 1.26, 2003/08/12 20:32:54 version 1.50, 2011/01/13 13:38:41
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
 #  #
   
 DISTNAME=       grace-5.1.12  DISTNAME=       grace-5.1.22
 PKGREVISION=    1  PKGREVISION=    5
 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/ \
                 ftp://linux.mathematik.tu-darmstadt.de/pub/linux/mirrors/misc/grace/src/ \                  ftp://ftp.fu-berlin.de/unix/graphics/grace/src/stable/ \
                 ftp://ftp.fu-berlin.de/unix/graphics/grace/src/ \                  ftp://ftp.ru.xemacs.org/pub/math/grace/src/stable/ \
                 ftp://ftp.ntua.gr/pub/graphics/grace/src/ \                  ftp://ftp.u-aizu.ac.jp/pub/SciEng/math/grace/src/stable/
                 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=     tech-pkg@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
   
 USE_BUILDLINK2=         YES  PKG_DESTDIR_SUPPORT=    user-destdir
   
 USE_X11BASE=            YES  USE_X11BASE=            YES
 USE_GMAKE=              YES  USE_TOOLS+=             gmake
 USE_FORTRAN=            YES  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
   
   INSTALLATION_DIRS=      bin
   
   # 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/buildlink2.mk"  .include "../../devel/netcdf/buildlink3.mk"
 .include "../../fonts/t1lib/buildlink2.mk"  .include "../../fonts/t1lib/buildlink3.mk"
 .include "../../graphics/jpeg/buildlink2.mk"  .include "../../mk/jpeg.buildlink3.mk"
 .include "../../graphics/png/buildlink2.mk"  .include "../../graphics/png/buildlink3.mk"
 .include "../../graphics/tiff/buildlink2.mk"  .include "../../graphics/tiff/buildlink3.mk"
 .include "../../graphics/xpm/buildlink2.mk"  .include "../../math/fftw2/buildlink3.mk"
 .include "../../math/fftw2/buildlink2.mk"  .include "../../print/pdflib/buildlink3.mk"
 .include "../../print/pdflib/buildlink2.mk"  .include "../../x11/Xbae/buildlink3.mk"
 .include "../../x11/Xbae/buildlink2.mk"  .include "../../x11/XmHTML/buildlink3.mk"
 .include "../../x11/XmHTML/buildlink2.mk"  .include "../../x11/libXpm/buildlink3.mk"
 .include "../../mk/motif.buildlink2.mk"  .include "../../mk/motif.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"  .include "../../mk/bsd.pkg.mk"

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.50

CVSweb <webmaster@jp.NetBSD.org>