2006-07-21 07:28:26 +02:00
|
|
|
# $NetBSD: Makefile,v 1.41 2006/07/21 05:35:39 rillig Exp $
|
2001-07-29 17:19:14 +02:00
|
|
|
#
|
2000-02-03 20:47:40 +01:00
|
|
|
|
2004-03-11 21:03:12 +01:00
|
|
|
DISTNAME= grace-5.1.14
|
2006-04-17 15:45:57 +02:00
|
|
|
PKGREVISION= 5
|
2000-02-03 20:47:40 +01:00
|
|
|
CATEGORIES= math graphics x11
|
2001-07-29 17:19:14 +02:00
|
|
|
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/
|
2000-02-03 20:47:40 +01:00
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2000-02-03 20:47:40 +01:00
|
|
|
HOMEPAGE= http://plasma-gate.weizmann.ac.il/Grace/
|
2001-02-17 18:52:59 +01:00
|
|
|
COMMENT= GRaphing, Advanced Computation and Exploration of data
|
2000-02-03 20:47:40 +01:00
|
|
|
|
2002-04-23 04:08:51 +02:00
|
|
|
USE_X11BASE= YES
|
2005-05-22 22:07:36 +02:00
|
|
|
USE_TOOLS+= gmake
|
2006-07-21 07:28:26 +02:00
|
|
|
USE_LANGUAGES= c fortran
|
2001-07-30 22:23:31 +02:00
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
CONFIGURE_ARGS+= --enable-grace-home=${PREFIX}/grace
|
2002-09-27 14:01:15 +02:00
|
|
|
CONFIGURE_ARGS+= --without-bundled-xbae
|
2000-02-03 20:47:40 +01:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
${RM} -f ${PREFIX}/bin/xmgrace
|
|
|
|
${LN} -s ${PREFIX}/grace/bin/xmgrace ${PREFIX}/bin
|
|
|
|
|
2004-04-12 05:58:36 +02:00
|
|
|
.include "../../devel/netcdf/buildlink3.mk"
|
|
|
|
.include "../../fonts/t1lib/buildlink3.mk"
|
|
|
|
.include "../../graphics/jpeg/buildlink3.mk"
|
|
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
|
|
.include "../../graphics/tiff/buildlink3.mk"
|
|
|
|
.include "../../graphics/xpm/buildlink3.mk"
|
|
|
|
.include "../../math/fftw2/buildlink3.mk"
|
|
|
|
.include "../../print/pdflib/buildlink3.mk"
|
|
|
|
.include "../../x11/Xbae/buildlink3.mk"
|
|
|
|
.include "../../x11/XmHTML/buildlink3.mk"
|
|
|
|
.include "../../mk/motif.buildlink3.mk"
|
2000-02-03 20:47:40 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|