aboutsummaryrefslogtreecommitdiffstats
path: root/math/scilab/Makefile
blob: 8a53aa86ccbaea2e1d216985502568e8e37ef476 (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.3 1998/07/25 12:54:07 asami 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_X_PREFIX=   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>