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

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

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

CVSweb <webmaster@jp.NetBSD.org>