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.4 retrieving revision 1.60 diff -u -p -r1.4 -r1.60 --- pkgsrc/math/grace/Makefile 2000/08/28 05:41:02 1.4 +++ pkgsrc/math/grace/Makefile 2016/03/05 11:28:52 1.60 @@ -1,35 +1,41 @@ -# $NetBSD: Makefile,v 1.4 2000/08/28 05:41:02 jlam Exp $ -# +# $NetBSD: Makefile,v 1.60 2016/03/05 11:28:52 jperkin Exp $ -DISTNAME= grace-5.1.0 +DISTNAME= grace-5.1.23 +PKGREVISION= 5 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://ftp.fu-berlin.de/unix/graphics/grace/src/stable/ \ + ftp://ftp.ru.xemacs.org/pub/math/grace/src/stable/ \ + 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 -DEPENDS+= netcdf>=3.4:../../devel/netcdf -DEPENDS+= jpeg-6*:../../graphics/jpeg -DEPENDS+= tiff-*:../../graphics/tiff -DEPENDS+= png>=0.9.6:../../graphics/png -DEPENDS+= pdflib>=3.0:../../print/pdflib -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 +USE_TOOLS+= gmake +USE_LANGUAGES= c fortran77 +GNU_CONFIGURE= YES +CONFIGURE_ARGS+= --enable-grace-home=${PREFIX}/grace +CONFIGURE_ARGS+= --without-bundled-xbae -ALL_TARGET= -MAKE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}" +INSTALLATION_DIRS= bin + +# 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/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/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"