diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 07:20:58 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 07:20:58 +0000 |
commit | 1df1a17abc224c7b035253c7089ca62f3b56a87a (patch) | |
tree | 729d9b50958f323b815e1a00b7acf534920af239 /math/Scilab | |
parent | a7f42416d7a766482b1e0d1d8b9055c917426356 (diff) | |
download | ports-1df1a17abc224c7b035253c7089ca62f3b56a87a.tar.gz ports-1df1a17abc224c7b035253c7089ca62f3b56a87a.zip |
Notes
Diffstat (limited to 'math/Scilab')
-rw-r--r-- | math/Scilab/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/math/Scilab/Makefile b/math/Scilab/Makefile index f6eb0e5a428d..49b2da509681 100644 --- a/math/Scilab/Makefile +++ b/math/Scilab/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: Scilab -# Version required: 2.4.1 # Date created: 13 June 1997 # Whom: paulo@isr.uc.pt # # $FreeBSD$ # -DISTNAME= scilab-${SCILAB_VER} -PKGNAME= Scilab-${SCILAB_VER} +PORTNAME= Scilab +PORTVERSION= 2.4.1 CATEGORIES= math cad MASTER_SITES= ftp://ftp.inria.fr/INRIA/Projects/Meta2/Scilab/distributions/ +DISTNAME= scilab-${PORTVERSION} EXTRACT_SUFX= -src.tar.gz MAINTAINER= paulo@isr.uc.pt @@ -17,8 +17,7 @@ MAINTAINER= paulo@isr.uc.pt RUN_DEPENDS= pvm:${PORTSDIR}/net/pvm \ xless:${PORTSDIR}/misc/xless -SCILAB_VER= 2.4.1 -PLIST_SUB+= SCILAB_VER=${SCILAB_VER} +PLIST_SUB= SCILAB_VER=${PORTVERSION} NO_CDROM= "Don't sell for profit." GNU_CONFIGURE= yes |