Fri Sep 6 08:51:57 2019 UTC ()
Revbump due to XmHTML update


(nros)
diff -r1.73 -r1.74 pkgsrc/math/grace/Makefile

cvs diff -r1.73 -r1.74 pkgsrc/math/grace/Makefile (switch to unified diff)

--- pkgsrc/math/grace/Makefile 2019/08/22 12:23:29 1.73
+++ pkgsrc/math/grace/Makefile 2019/09/06 08:51:57 1.74
@@ -1,42 +1,42 @@ @@ -1,42 +1,42 @@
1# $NetBSD: Makefile,v 1.73 2019/08/22 12:23:29 ryoon Exp $ 1# $NetBSD: Makefile,v 1.74 2019/09/06 08:51:57 nros Exp $
2 2
3DISTNAME= grace-5.1.25 3DISTNAME= grace-5.1.25
4PKGREVISION= 9 4PKGREVISION= 10
5CATEGORIES= math graphics x11 5CATEGORIES= math graphics x11
6MASTER_SITES= ftp://plasma-gate.weizmann.ac.il/pub/grace/src/stable/ 6MASTER_SITES= ftp://plasma-gate.weizmann.ac.il/pub/grace/src/stable/
7MASTER_SITES+= ftp://ftp.fu-berlin.de/unix/graphics/grace/src/stable/ 7MASTER_SITES+= ftp://ftp.fu-berlin.de/unix/graphics/grace/src/stable/
8MASTER_SITES+= ftp://ftp.ru.xemacs.org/pub/math/grace/src/stable/ 8MASTER_SITES+= ftp://ftp.ru.xemacs.org/pub/math/grace/src/stable/
9MASTER_SITES+= ftp://ftp.u-aizu.ac.jp/pub/SciEng/math/grace/src/stable/ 9MASTER_SITES+= ftp://ftp.u-aizu.ac.jp/pub/SciEng/math/grace/src/stable/
10 10
11MAINTAINER= pkgsrc-users@NetBSD.org 11MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= http://plasma-gate.weizmann.ac.il/Grace/ 12HOMEPAGE= http://plasma-gate.weizmann.ac.il/Grace/
13COMMENT= GRaphing, Advanced Computation and Exploration of data 13COMMENT= GRaphing, Advanced Computation and Exploration of data
14LICENSE= gnu-gpl-v2 14LICENSE= gnu-gpl-v2
15 15
16USE_TOOLS+= gmake 16USE_TOOLS+= gmake
17USE_LANGUAGES= c fortran77 17USE_LANGUAGES= c fortran77
18GNU_CONFIGURE= YES 18GNU_CONFIGURE= YES
19CONFIGURE_ARGS+= --enable-grace-home=${PREFIX}/grace 19CONFIGURE_ARGS+= --enable-grace-home=${PREFIX}/grace
20CONFIGURE_ARGS+= --without-bundled-xbae 20CONFIGURE_ARGS+= --without-bundled-xbae
21 21
22INSTALLATION_DIRS= bin 22INSTALLATION_DIRS= bin
23 23
24# test require X 24# test require X
25#TEST_TARGET= check 25#TEST_TARGET= check
26 26
27post-install: 27post-install:
28 ${RM} -f ${DESTDIR}${PREFIX}/bin/xmgrace 28 ${RM} -f ${DESTDIR}${PREFIX}/bin/xmgrace
29 ${LN} -s ${DESTDIR}${PREFIX}/grace/bin/xmgrace ${DESTDIR}${PREFIX}/bin 29 ${LN} -s ${DESTDIR}${PREFIX}/grace/bin/xmgrace ${DESTDIR}${PREFIX}/bin
30 30
31.include "../../devel/netcdf/buildlink3.mk" 31.include "../../devel/netcdf/buildlink3.mk"
32.include "../../fonts/t1lib/buildlink3.mk" 32.include "../../fonts/t1lib/buildlink3.mk"
33.include "../../mk/jpeg.buildlink3.mk" 33.include "../../mk/jpeg.buildlink3.mk"
34.include "../../graphics/png/buildlink3.mk" 34.include "../../graphics/png/buildlink3.mk"
35.include "../../graphics/tiff/buildlink3.mk" 35.include "../../graphics/tiff/buildlink3.mk"
36.include "../../math/fftw2/buildlink3.mk" 36.include "../../math/fftw2/buildlink3.mk"
37.include "../../print/pdflib-lite/buildlink3.mk" 37.include "../../print/pdflib-lite/buildlink3.mk"
38.include "../../x11/Xbae/buildlink3.mk" 38.include "../../x11/Xbae/buildlink3.mk"
39.include "../../x11/XmHTML/buildlink3.mk" 39.include "../../x11/XmHTML/buildlink3.mk"
40.include "../../x11/libXpm/buildlink3.mk" 40.include "../../x11/libXpm/buildlink3.mk"
41.include "../../mk/motif.buildlink3.mk" 41.include "../../mk/motif.buildlink3.mk"
42.include "../../mk/bsd.pkg.mk" 42.include "../../mk/bsd.pkg.mk"