summaryrefslogtreecommitdiff
path: root/math/scilab/Makefile
blob: 161113decf788d403b58f7a3bf762338d444734c (plain) (blame)
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# New ports collection makefile for:   scilab
# Date created:        30 April 2001
# Whom:                js@jeannot.org
#
# $FreeBSD$
#

PORTNAME=	scilab
PORTVERSION=	2.7
PORTREVISION=	1
CATEGORIES=	math cad parallel
MASTER_SITES=	ftp://ftp.inria.fr/INRIA/Scilab/distributions/
EXTRACT_SUFX=	.src.tar.gz

MAINTAINER=	js@jeannot.org
COMMENT=	A free Matlab clone by INRIA & ENPC

LIB_DEPENDS=	Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d \
		f77blas.1:${PORTSDIR}/math/atlas \
		lapack.3:${PORTSDIR}/math/lapack
BUILD_DEPENDS=	pvm:${PORTSDIR}/net/pvm \
		wish8.3:${PORTSDIR}/x11-toolkits/tk83
RUN_DEPENDS=	wish8.3:${PORTSDIR}/x11-toolkits/tk83 \
		pvm:${PORTSDIR}/net/pvm

PVM_ROOT=	${LOCALBASE}/lib/pvm

NO_CDROM=	"Don't sell for profit."

GNU_CONFIGURE=	yes
USE_REINPLACE=	yes

CONFIGURE_ARGS=	--with-tk \
		--with-tk-library=${LOCALBASE}/lib \
		--with-tk-include=${LOCALBASE}/include/tk8.3 \
		--with-tcl-library=${LOCALBASE}/lib \
		--with-tcl-include=${LOCALBASE}/include/tcl8.3 \
		--with-pvm-library=${LOCALBASE}/lib \
		--with-pvm-include=${LOCALBASE}/include \
		--with-xaw3d \
		--x-include=${X11BASE}/include \
		--x-libraries=${X11BASE}/lib \
		--with-atlas-library=${LOCALBASE}/lib

CONFIGURE_ENV=	PVM_ROOT=${PVM_ROOT} X11BASE=${X11BASE}
MAKE_ENV=	PVM_INCLUDE=${LOCALBASE}/include

post-patch:
	# malloc.h -> stdlib.h conversions
	${GREP} -lr "<malloc.h>" ${WRKSRC} \
		| ${XARGS} ${REINPLACE_CMD} -e \
		's/[<"]malloc.h[>"]/<stdlib.h>/'

pre-install:
	${FIND} ${WRKSRC} -name \*.orig -delete
	${FIND} ${WRKSRC} -name \*.bak -delete

.include <bsd.port.mk>