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