Annotation of pkgsrc/math/grace/Makefile, Revision 1.15
1.15 ! jlam 1: # $NetBSD: Makefile,v 1.14 2001/09/27 23:18:24 jlam Exp $
1.10 wiz 2: #
1.1 drochner 3:
1.10 wiz 4: DISTNAME= grace-5.1.4
1.1 drochner 5: CATEGORIES= math graphics x11
1.10 wiz 6: MASTER_SITES= ftp://plasma-gate.weizmann.ac.il/pub/grace/src/ \
7: ftp://linux.mathematik.tu-darmstadt.de/pub/linux/mirrors/misc/grace/src/ \
8: ftp://ftp.fu-berlin.de/unix/graphics/grace/src/ \
9: ftp://ftp.ntua.gr/pub/graphics/grace/src/ \
10: ftp://ftp.ru.xemacs.org/pub/math/grace/src/ \
11: ftp://ftp.u-aizu.ac.jp/pub/SciEng/math/grace/src/ \
12: ftp://ftp2.netmor.com/pub/mirrors/grace/src/
1.1 drochner 13:
14: MAINTAINER= drochner@netbsd.org
15: HOMEPAGE= http://plasma-gate.weizmann.ac.il/Grace/
1.6 wiz 16: COMMENT= GRaphing, Advanced Computation and Exploration of data
1.1 drochner 17:
1.14 jlam 18: #DEPENDS+= fftw-[0-9]*:../../math/fftw
1.1 drochner 19:
1.11 jlam 20: USE_BUILDLINK_ONLY= YES
21: USE_GMAKE= YES
22: USE_FORTRAN= YES
23: GNU_CONFIGURE= YES
24: CONFIGURE_ARGS+= --enable-grace-home=${PREFIX}/grace
25: CONFIGURE_ARGS+= --with-extra-incpath=${BUILDLINK_DIR}/include
26: MAKE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}"
1.1 drochner 27:
28: post-install:
29: ${RM} -f ${PREFIX}/bin/xmgrace
30: ${LN} -s ${PREFIX}/grace/bin/xmgrace ${PREFIX}/bin
31:
1.15 ! jlam 32: .include "../../mk/x11.buildlink.mk"
1.10 wiz 33: .include "../../devel/netcdf/buildlink.mk"
34: .include "../../graphics/jpeg/buildlink.mk"
35: .include "../../graphics/png/buildlink.mk"
36: .include "../../graphics/tiff/buildlink.mk"
37: .include "../../graphics/xpm/buildlink.mk"
1.11 jlam 38: .include "../../print/pdflib/buildlink.mk"
1.10 wiz 39: .include "../../textproc/t1lib/buildlink.mk"
40: .include "../../x11/Xbae/buildlink.mk"
1.12 jlam 41: .include "../../mk/motif.buildlink.mk"
1.1 drochner 42: .include "../../mk/bsd.pkg.mk"
CVSweb <webmaster@jp.NetBSD.org>