summaryrefslogtreecommitdiffstats
path: root/math/scilab/Makefile
blob: 49b2da509681fce161a8ed5fad4fbdeff9cedb12 (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
# New ports collection makefile for:   Scilab
# Date created:        13 June 1997
# Whom:                paulo@isr.uc.pt
#
# $FreeBSD$
#

PORTNAME=	Scilab
PORTVERSION=	2.4.1
CATEGORIES=	math cad
MASTER_SITES=	ftp://ftp.inria.fr/INRIA/Projects/Meta2/Scilab/distributions/
DISTNAME=	scilab-${PORTVERSION}
EXTRACT_SUFX=	-src.tar.gz

MAINTAINER=	paulo@isr.uc.pt

RUN_DEPENDS=	pvm:${PORTSDIR}/net/pvm	\
		xless:${PORTSDIR}/misc/xless

PLIST_SUB=	SCILAB_VER=${PORTVERSION}

NO_CDROM=	"Don't sell for profit."
GNU_CONFIGURE=	yes
USE_X_PREFIX=	yes

MAKE_ENV=	SCIDIR=${PREFIX}/lib/X11/$(DISTNAME)

pre-install:
	@(cd $(WRKSRC); ${RM} -rf Win95-util *.orig)

post-install:
	@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>
OpenPOWER on IntegriCloud