diff options
Diffstat (limited to 'math/Scilab/Makefile')
-rw-r--r-- | math/Scilab/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/math/Scilab/Makefile b/math/Scilab/Makefile index a7d7c977713c..34ba59452751 100644 --- a/math/Scilab/Makefile +++ b/math/Scilab/Makefile @@ -3,20 +3,21 @@ # Date created: 13 June 1997 # Whom: paulo@isr.uc.pt # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/06/18 12:14:51 tg Exp $ # -DISTNAME= scilab-2.3 -PKGNAME= Scilab-2.3 +DISTNAME= scilab-2.3.1 +PKGNAME= Scilab-2.3.1 CATEGORIES= math cad MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/Meta2/Scilab/ -DISTFILES= scilab-2.3-src.tar.gz +EXTRACT_SUFX= -src.tar.gz MAINTAINER= paulo@isr.uc.pt RUN_DEPENDS= xless:${PORTSDIR}/misc/xless NO_CDROM= "Don't sell for profit." +WRKSRC= ${WRKDIR}/scilab-2.3 HAS_CONFIGURE= yes USE_X11= yes @@ -26,11 +27,9 @@ 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 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> - |