Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/math/grace/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/math/grace/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.10 retrieving revision 1.74 diff -u -p -r1.10 -r1.74 --- pkgsrc/math/grace/Makefile 2001/07/29 15:19:14 1.10 +++ pkgsrc/math/grace/Makefile 2019/09/06 08:51:57 1.74 @@ -1,42 +1,42 @@ -# $NetBSD: Makefile,v 1.10 2001/07/29 15:19:14 wiz Exp $ -# +# $NetBSD: Makefile,v 1.74 2019/09/06 08:51:57 nros Exp $ -DISTNAME= grace-5.1.4 +DISTNAME= grace-5.1.25 +PKGREVISION= 10 CATEGORIES= math graphics x11 -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/ +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/ COMMENT= GRaphing, Advanced Computation and Exploration of data +LICENSE= gnu-gpl-v2 -DEPENDS+= pdflib>=3.0:../../print/pdflib -#DEPENDS+= fftw-*:../../math/fftw +USE_TOOLS+= gmake +USE_LANGUAGES= c fortran77 +GNU_CONFIGURE= YES +CONFIGURE_ARGS+= --enable-grace-home=${PREFIX}/grace +CONFIGURE_ARGS+= --without-bundled-xbae -USE_GMAKE= YES -USE_FORTRAN= YES -GNU_CONFIGURE= YES -CONFIGURE_ARGS+= --enable-grace-home=${PREFIX}/grace \ - --with-extra-incpath=${BUILDLINK_DIR}/include +INSTALLATION_DIRS= bin -ALL_TARGET= -MAKE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}" +# test require X +#TEST_TARGET= check post-install: - ${RM} -f ${PREFIX}/bin/xmgrace - ${LN} -s ${PREFIX}/grace/bin/xmgrace ${PREFIX}/bin + ${RM} -f ${DESTDIR}${PREFIX}/bin/xmgrace + ${LN} -s ${DESTDIR}${PREFIX}/grace/bin/xmgrace ${DESTDIR}${PREFIX}/bin -.include "../../devel/netcdf/buildlink.mk" -.include "../../graphics/jpeg/buildlink.mk" -.include "../../graphics/png/buildlink.mk" -.include "../../graphics/tiff/buildlink.mk" -.include "../../graphics/xpm/buildlink.mk" -.include "../../textproc/t1lib/buildlink.mk" -.include "../../x11/Xbae/buildlink.mk" -.include "../../x11/lesstif/buildlink.mk" +.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"