summaryrefslogtreecommitdiff
path: root/math/scilab/Makefile
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1997-06-18 12:14:52 +0000
committerThomas Gellekum <tg@FreeBSD.org>1997-06-18 12:14:52 +0000
commitcad64cdf202ccee70aa99a52da882a3cbdd1ae03 (patch)
treecbeb57a06a96d8a6687549bd78e3440f02ce096b /math/scilab/Makefile
parentActivate LPRng. (diff)
Import of Scilab port. Scilab is a matlab-like package.
PR: 3867 Submitted by: Paulo Menezes <paulo@isr.uc.pt>
Notes
Notes: svn path=/head/; revision=6991
Diffstat (limited to 'math/scilab/Makefile')
-rw-r--r--math/scilab/Makefile36
1 files changed, 36 insertions, 0 deletions
diff --git a/math/scilab/Makefile b/math/scilab/Makefile
new file mode 100644
index 000000000000..a7d7c977713c
--- /dev/null
+++ b/math/scilab/Makefile
@@ -0,0 +1,36 @@
+# New ports collection makefile for: Scilab
+# Version required: 2.3
+# Date created: 13 June 1997
+# Whom: paulo@isr.uc.pt
+#
+# $Id$
+#
+
+DISTNAME= scilab-2.3
+PKGNAME= Scilab-2.3
+CATEGORIES= math cad
+MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/Meta2/Scilab/
+DISTFILES= scilab-2.3-src.tar.gz
+
+MAINTAINER= paulo@isr.uc.pt
+
+RUN_DEPENDS= xless:${PORTSDIR}/misc/xless
+
+NO_CDROM= "Don't sell for profit."
+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>
+