diff options
| author | Thomas Gellekum <tg@FreeBSD.org> | 1997-06-18 12:14:52 +0000 |
|---|---|---|
| committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-06-18 12:14:52 +0000 |
| commit | cad64cdf202ccee70aa99a52da882a3cbdd1ae03 (patch) | |
| tree | cbeb57a06a96d8a6687549bd78e3440f02ce096b /math/scilab/files/patch-aa | |
| parent | Activate LPRng. (diff) | |
Import of Scilab port. Scilab is a matlab-like package.
PR: 3867
Submitted by: Paulo Menezes <paulo@isr.uc.pt>
Diffstat (limited to 'math/scilab/files/patch-aa')
| -rw-r--r-- | math/scilab/files/patch-aa | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/math/scilab/files/patch-aa b/math/scilab/files/patch-aa new file mode 100644 index 000000000000..52599cc09d4a --- /dev/null +++ b/math/scilab/files/patch-aa @@ -0,0 +1,26 @@ +--- Makefile.in.orig Mon May 12 17:30:43 1997 ++++ Makefile.in Wed Jun 18 13:44:05 1997 +@@ -54,7 +54,8 @@ + distclean:: + $(RM) bin/scilex + +-SUBDIRS = scripts macros imp intersci @MANVIEWER@ @XMETANET@ tests demos @COMM@ ++# FreeBSD Has xless so we dont need it here ++SUBDIRS = scripts macros imp intersci @XMETANET@ tests demos @COMM@ + + SUBDIRS-DOC = man doc + +@@ -135,3 +136,13 @@ + touch .binary + cd .. ; tar cvf $(SCIDIR)/$(SCIBASE)-bin.tar $(BINDISTFILES) + $(RM) .binary ++ ++install: ++ touch .binary ++ cd .. ; tar cvf - $(BINDISTFILES) | (cd ${PREFIX}/lib/X11; tar xf -) ++ cd ${PREFIX}/lib/X11/scilab-2.3; make ++ rm -f ${PREFIX}/bin/scilab ++ ln -fs ${PREFIX}/lib/X11/scilab-2.3/bin/scilab ${PREFIX}/bin/scilab ++ ln -fs ${PREFIX}/bin/xless ${PREFIX}/lib/X11/scilab-2.3/bin/xless ++ cp ${PREFIX}/lib/X11/scilab-2.3/X11_defaults/Xscilab ${PREFIX}/lib/X11/app-defaults ++ cp ${PREFIX}/lib/X11/scilab-2.3/X11_defaults/Metanet-color ${PREFIX}/lib/X11/app-defaults |
