summaryrefslogtreecommitdiff
path: root/math/Scilab/Makefile
blob: fb6f53ba146d538de6f8f4258c217de9901d6c49 (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
# New ports collection makefile for:   Scilab
# Version required:    2.3
# Date created:        13 June 1997
# Whom:                paulo@isr.uc.pt
#
# $Id: Makefile,v 1.2 1998/02/11 10:36:31 tg Exp $
#

DISTNAME=	scilab-2.3.1
PKGNAME=	Scilab-2.3.1
CATEGORIES=	math cad
MASTER_SITES=	ftp://ftp.inria.fr/INRIA/Projects/Meta2/Scilab/
EXTRACT_SUFX=	-src.tar.gz

MAINTAINER=	paulo@isr.uc.pt

RUN_DEPENDS=    xless:${PORTSDIR}/misc/xless

BROKEN=		package

NO_CDROM=	"Don't sell for profit."
WRKSRC=		${WRKDIR}/scilab-2.3
HAS_CONFIGURE=	yes
USE_X11=	yes

SCIDIR= ${X11BASE}/lib/X11/scilab

post-install:
	@echo "******************************************************************************"
	@echo 0 - COPYRIGHT NOTICE
	@echo
	@echo To use Scilab, you need to fill and return the end of the file notice.tex
	@echo "or notice.ps (postscript file). You may email to Scilab@inria.fr."
	@echo
	@echo "******************************************************************************"

.include <bsd.port.mk>