[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / math / grace

Annotation of pkgsrc/math/grace/Makefile, Revision 1.18

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

CVSweb <webmaster@jp.NetBSD.org>